#D285B9

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

Shades of Lily #D285B9

Tints of Lily #D285B9

Color information

#D285B9 (or 0xD285B9) is unknown color: approx Lily. HEX triplet: D2, 85 and B9. RGB value is (210,133,185). Sum of RGB (Red+Green+Blue) = 210+133+185=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D285B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285B9 is #2D7A46. Grayscale: #A1A1A1. Windows color (decimal): -2980423 or 12158418. OLE color: 12158418.

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

Color convert

RGB210133185-
CMYK00.370.120.18
HSL319.48º46.11%67.25%-
HSV(B)319.48º36.67%82.35%-
XYZ43.7233.9850.15-
YUV161.95141.01162.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=39.77%
G=25.19%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013318500.370.120.18319.4846.1167.25
HexD285B9025C1213f2e43
Octal322205271045142247756103
Binary11010010100001011011100101001011100100101001111111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285B9; }

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

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

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

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

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

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

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

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