#D27EB7

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

Shades of Lily #D27EB7

Tints of Lily #D27EB7

Color information

#D27EB7 (or 0xD27EB7) is unknown color: approx Lily. HEX triplet: D2, 7E and B7. RGB value is (210,126,183). Sum of RGB (Red+Green+Blue) = 210+126+183=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EB7 is #2D8148. Grayscale: #9D9D9D. Windows color (decimal): -2982217 or 12025554. OLE color: 12025554.

HSL color Cylindrical-coordinate representation of color #D27EB7: hue angle of 319.29º 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 #D27EB7 is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210126183-
CMYK00.40.130.18
HSL319.29º48.28%65.88%-
HSV(B)319.29º40%82.35%-
XYZ42.5932.0448.74-
YUV157.61142.33165.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=40.46%
G=24.28%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012618300.40.130.18319.2948.2865.88
HexD27EB7028D1213f3042
Octal322176267050152247760102
Binary1101001011111101011011101010001101100101001111111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EB7; }

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

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

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

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

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

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

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

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