#D285B6

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

Shades of Lily #D285B6

Tints of Lily #D285B6

Color information

#D285B6 (or 0xD285B6) is unknown color: approx Lily. HEX triplet: D2, 85 and B6. RGB value is (210,133,182). Sum of RGB (Red+Green+Blue) = 210+133+182=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D285B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285B6 is #2D7A49. Grayscale: #A1A1A1. Windows color (decimal): -2980426 or 11961810. OLE color: 11961810.

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

Color convert

RGB210133182-
CMYK00.370.130.18
HSL321.82º46.11%67.25%-
HSV(B)321.82º36.67%82.35%-
XYZ43.4133.8548.5-
YUV161.61139.51162.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=40%
G=25.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013318200.370.130.18321.8246.1167.25
HexD285B6025D121422e43
Octal322205266045152250256103
Binary11010010100001011011011001001011101100101010000101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285B6; }

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

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

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

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

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

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

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

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