#D28CB2

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

Shades of Lily #D28CB2

Tints of Lily #D28CB2

Color information

#D28CB2 (or 0xD28CB2) is unknown color: approx Lily. HEX triplet: D2, 8C and B2. RGB value is (210,140,178). Sum of RGB (Red+Green+Blue) = 210+140+178=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28CB2 is #2D734D. Grayscale: #A5A5A5. Windows color (decimal): -2978638 or 11701458. OLE color: 11701458.

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

Color convert

RGB210140178-
CMYK00.330.150.18
HSL327.43º43.75%68.63%-
HSV(B)327.43º33.33%82.35%-
XYZ43.9935.6746.69-
YUV165.26135.19159.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=39.77%
G=26.52%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014017800.330.150.18327.4343.7568.63
HexD28CB2021F121472c45
Octal322214262041172250754105
Binary11010010100011001011001001000011111100101010001111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CB2; }

 p { color: rgb(210,140,178); }

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

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

 a { background-color: rgb(210,140,178); }

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

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

 span { border-color: rgb(210,140,178); }

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