#D27EB9

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

Shades of Lily #D27EB9

Tints of Lily #D27EB9

Color information

#D27EB9 (or 0xD27EB9) is unknown color: approx Lily. HEX triplet: D2, 7E and B9. RGB value is (210,126,185). Sum of RGB (Red+Green+Blue) = 210+126+185=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EB9 is #2D8146. Grayscale: #9D9D9D. Windows color (decimal): -2982215 or 12156626. OLE color: 12156626.

HSL color Cylindrical-coordinate representation of color #D27EB9: hue angle of 317.86º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27EB9 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB210126185-
CMYK00.40.120.18
HSL317.86º48.28%65.88%-
HSV(B)317.86º40%82.35%-
XYZ42.832.1349.84-
YUV157.84143.33165.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=40.31%
G=24.18%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012618500.40.120.18317.8648.2865.88
HexD27EB9028C1213e3042
Octal322176271050142247660102
Binary1101001011111101011100101010001100100101001111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EB9; }

 p { color: rgb(210,126,185); }

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

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

 a { background-color: rgb(210,126,185); }

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

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

 span { border-color: rgb(210,126,185); }

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