#D282BC

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

Shades of Lily #D282BC

Tints of Lily #D282BC

Color information

#D282BC (or 0xD282BC) is unknown color: approx Lily. HEX triplet: D2, 82 and BC. RGB value is (210,130,188). Sum of RGB (Red+Green+Blue) = 210+130+188=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D282BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282BC is #2D7D43. Grayscale: #A0A0A0. Windows color (decimal): -2981188 or 12354258. OLE color: 12354258.

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

Color convert

RGB210130188-
CMYK00.380.100.18
HSL316.5º47.06%66.67%-
HSV(B)316.5º38.1%82.35%-
XYZ43.6433.351.7-
YUV160.53143.5163.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=39.77%
G=24.62%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013018800.380.100.18316.547.0666.67
HexD282BC026A1213c2f43
Octal322202274046122247457103
Binary11010010100000101011110001001101010100101001111001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D282BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D282BC; }

 p { color: rgb(210,130,188); }

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

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

 a { background-color: rgb(210,130,188); }

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

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

 span { border-color: rgb(210,130,188); }

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