#D27BB3

Color #D27BB3 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #D27BB3

Tints of Lily #D27BB3

Color information

#D27BB3 (or 0xD27BB3) is unknown color: approx Lily. HEX triplet: D2, 7B and B3. RGB value is (210,123,179). Sum of RGB (Red+Green+Blue) = 210+123+179=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BB3 is #2D844C. Grayscale: #9B9B9B. Windows color (decimal): -2982989 or 11762642. OLE color: 11762642.

HSL color Cylindrical-coordinate representation of color #D27BB3: hue angle of 321.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27BB3 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB210123179-
CMYK00.410.150.18
HSL321.38º49.15%65.29%-
HSV(B)321.38º41.43%82.35%-
XYZ41.831.1246.45-
YUV155.4141.32166.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=41.02%
G=24.02%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012317900.410.150.18321.3849.1565.29
HexD27BB3029F121413141
Octal322173263051172250161101
Binary1101001011110111011001101010011111100101010000011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BB3; }

 p { color: rgb(210,123,179); }

 H1.HeaderClassName
 {
   color: #D27BB3;
 }
 .AnyTagClassName
 {
   color: #D27BB3;
 }
</style>
background-color css

<style>
 a { background-color: #D27BB3; }

 a { background-color: rgb(210,123,179); }

 div.DivClassName
 {
   background-color: #D27BB3;
 }
 .BgClassName
 {
   background-color: #D27BB3;
 }
</style>
border-color css

<style>
 span { border-color: #D27BB3; }

 span { border-color: rgb(210,123,179); }

 td.TdClassName
 {
   border-color: #D27BB3;
 }
 .TagClassName
 {
   border-color: #D27BB3;
 }
</style>