#D282BB

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

Shades of Lily #D282BB

Tints of Lily #D282BB

Color information

#D282BB (or 0xD282BB) is unknown color: approx Lily. HEX triplet: D2, 82 and BB. RGB value is (210,130,187). Sum of RGB (Red+Green+Blue) = 210+130+187=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D282BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282BB is #2D7D44. Grayscale: #A0A0A0. Windows color (decimal): -2981189 or 12288722. OLE color: 12288722.

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

Color convert

RGB210130187-
CMYK00.380.110.18
HSL317.25º47.06%66.67%-
HSV(B)317.25º38.1%82.35%-
XYZ43.5333.2551.14-
YUV160.42143163.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=39.85%
G=24.67%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013018700.380.110.18317.2547.0666.67
HexD282BB026B1213d2f43
Octal322202273046132247557103
Binary11010010100000101011101101001101011100101001111011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D282BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D282BB; }

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

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

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

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

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

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

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

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