#D27DB7

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

Shades of Lily #D27DB7

Tints of Lily #D27DB7

Color information

#D27DB7 (or 0xD27DB7) is unknown color: approx Lily. HEX triplet: D2, 7D and B7. RGB value is (210,125,183). Sum of RGB (Red+Green+Blue) = 210+125+183=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DB7 is #2D8248. Grayscale: #9C9C9C. Windows color (decimal): -2982473 or 12025298. OLE color: 12025298.

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

Color convert

RGB210125183-
CMYK00.400.130.18
HSL319.06º48.57%65.69%-
HSV(B)319.06º40.48%82.35%-
XYZ42.4631.7948.7-
YUV157.03142.66165.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=40.54%
G=24.13%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012518300.400.130.18319.0648.5765.69
HexD27DB7028D1213f3142
Octal322175267050152247761102
Binary1101001011111011011011101010001101100101001111111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27DB7; }

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

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

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

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

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

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

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

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