#D285B3

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

Shades of Lily #D285B3

Tints of Lily #D285B3

Color information

#D285B3 (or 0xD285B3) is unknown color: approx Lily. HEX triplet: D2, 85 and B3. RGB value is (210,133,179). Sum of RGB (Red+Green+Blue) = 210+133+179=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D285B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285B3 is #2D7A4C. Grayscale: #A1A1A1. Windows color (decimal): -2980429 or 11765202. OLE color: 11765202.

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

Color convert

RGB210133179-
CMYK00.370.150.18
HSL324.16º46.11%67.25%-
HSV(B)324.16º36.67%82.35%-
XYZ43.133.7346.89-
YUV161.27138.01162.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 133 (52.34% from 255) = 25.48%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=40.23%
G=25.48%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013317900.370.150.18324.1646.1167.25
HexD285B3025F121442e43
Octal322205263045172250456103
Binary11010010100001011011001101001011111100101010001001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285B3; }

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

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

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

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

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

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

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

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