#D28AB3

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

Shades of Lily #D28AB3

Tints of Lily #D28AB3

Color information

#D28AB3 (or 0xD28AB3) is unknown color: approx Lily. HEX triplet: D2, 8A and B3. RGB value is (210,138,179). Sum of RGB (Red+Green+Blue) = 210+138+179=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AB3 is #2D754C. Grayscale: #A4A4A4. Windows color (decimal): -2979149 or 11766482. OLE color: 11766482.

HSL color Cylindrical-coordinate representation of color #D28AB3: hue angle of 325.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 #D28AB3 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB210138179-
CMYK00.340.150.18
HSL325.83º44.44%68.24%-
HSV(B)325.83º34.29%82.35%-
XYZ43.835.1347.12-
YUV164.2136.35160.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=39.85%
G=26.19%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013817900.340.150.18325.8344.4468.24
HexD28AB3022F121462c44
Octal322212263042172250654104
Binary11010010100010101011001101000101111100101010001101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AB3; }

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

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

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

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

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

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

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

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