#D284BA

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

Shades of Lily #D284BA

Tints of Lily #D284BA

Color information

#D284BA (or 0xD284BA) is unknown color: approx Lily. HEX triplet: D2, 84 and BA. RGB value is (210,132,186). Sum of RGB (Red+Green+Blue) = 210+132+186=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D284BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284BA is #2D7B45. Grayscale: #A1A1A1. Windows color (decimal): -2980678 or 12223698. OLE color: 12223698.

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

Color convert

RGB210132186-
CMYK00.370.110.18
HSL318.46º46.43%67.06%-
HSV(B)318.46º37.14%82.35%-
XYZ43.6933.7550.67-
YUV161.48141.84162.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=39.77%
G=25%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013218600.370.110.18318.4646.4367.06
HexD284BA025B1213e2e43
Octal322204272045132247656103
Binary11010010100001001011101001001011011100101001111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284BA; }

 p { color: rgb(210,132,186); }

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

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

 a { background-color: rgb(210,132,186); }

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

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

 span { border-color: rgb(210,132,186); }

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