#D27EB5

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

Shades of Lily #D27EB5

Tints of Lily #D27EB5

Color information

#D27EB5 (or 0xD27EB5) is unknown color: approx Lily. HEX triplet: D2, 7E and B5. RGB value is (210,126,181). Sum of RGB (Red+Green+Blue) = 210+126+181=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EB5 is #2D814A. Grayscale: #9D9D9D. Windows color (decimal): -2982219 or 11894482. OLE color: 11894482.

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

Color convert

RGB210126181-
CMYK00.40.140.18
HSL320.71º48.28%65.88%-
HSV(B)320.71º40%82.35%-
XYZ42.3831.9647.65-
YUV157.39141.33165.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=40.62%
G=24.37%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012618100.40.140.18320.7148.2865.88
HexD27EB5028E121413042
Octal322176265050162250160102
Binary1101001011111101011010101010001110100101010000011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27EB5; }

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

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

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

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

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

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

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

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