#D282B9

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

Shades of Lily #D282B9

Tints of Lily #D282B9

Color information

#D282B9 (or 0xD282B9) is unknown color: approx Lily. HEX triplet: D2, 82 and B9. RGB value is (210,130,185). Sum of RGB (Red+Green+Blue) = 210+130+185=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D282B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282B9 is #2D7D46. Grayscale: #A0A0A0. Windows color (decimal): -2981191 or 12157650. OLE color: 12157650.

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

Color convert

RGB210130185-
CMYK00.380.120.18
HSL318.75º47.06%66.67%-
HSV(B)318.75º38.1%82.35%-
XYZ43.3233.1750.02-
YUV160.19142163.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=40%
G=24.76%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013018500.380.120.18318.7547.0666.67
HexD282B9026C1213f2f43
Octal322202271046142247757103
Binary11010010100000101011100101001101100100101001111111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D282B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D282B9; }

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

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

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

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

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

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

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

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