#D285B4

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

Shades of Lily #D285B4

Tints of Lily #D285B4

Color information

#D285B4 (or 0xD285B4) is unknown color: approx Lily. HEX triplet: D2, 85 and B4. RGB value is (210,133,180). Sum of RGB (Red+Green+Blue) = 210+133+180=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D285B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285B4 is #2D7A4B. Grayscale: #A1A1A1. Windows color (decimal): -2980428 or 11830738. OLE color: 11830738.

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

Color convert

RGB210133180-
CMYK00.370.140.18
HSL323.38º46.11%67.25%-
HSV(B)323.38º36.67%82.35%-
XYZ43.233.7747.42-
YUV161.38138.51162.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=40.15%
G=25.43%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013318000.370.140.18323.3846.1167.25
HexD285B4025E121432e43
Octal322205264045162250356103
Binary11010010100001011011010001001011110100101010000111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285B4; }

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

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

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

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

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

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

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

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