#D285BB

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

Shades of Lily #D285BB

Tints of Lily #D285BB

Color information

#D285BB (or 0xD285BB) is unknown color: approx Lily. HEX triplet: D2, 85 and BB. RGB value is (210,133,187). Sum of RGB (Red+Green+Blue) = 210+133+187=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D285BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285BB is #2D7A44. Grayscale: #A2A2A2. Windows color (decimal): -2980421 or 12289490. OLE color: 12289490.

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

Color convert

RGB210133187-
CMYK00.370.110.18
HSL317.92º46.11%67.25%-
HSV(B)317.92º36.67%82.35%-
XYZ43.9434.0651.27-
YUV162.18142.01162.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=39.62%
G=25.09%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013318700.370.110.18317.9246.1167.25
HexD285BB025B1213e2e43
Octal322205273045132247656103
Binary11010010100001011011101101001011011100101001111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285BB; }

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

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

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

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

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

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

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

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