#D28AB9

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

Shades of Lily #D28AB9

Tints of Lily #D28AB9

Color information

#D28AB9 (or 0xD28AB9) is unknown color: approx Lily. HEX triplet: D2, 8A and B9. RGB value is (210,138,185). Sum of RGB (Red+Green+Blue) = 210+138+185=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AB9 is #2D7546. Grayscale: #A4A4A4. Windows color (decimal): -2979143 or 12159698. OLE color: 12159698.

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

Color convert

RGB210138185-
CMYK00.340.120.18
HSL320.83º44.44%68.24%-
HSV(B)320.83º34.29%82.35%-
XYZ44.4235.3850.39-
YUV164.89139.35160.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=39.40%
G=25.89%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013818500.340.120.18320.8344.4468.24
HexD28AB9022C121412c44
Octal322212271042142250154104
Binary11010010100010101011100101000101100100101010000011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AB9; }

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

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

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

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

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

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

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

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