#D284BB

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

Shades of Lily #D284BB

Tints of Lily #D284BB

Color information

#D284BB (or 0xD284BB) is unknown color: approx Lily. HEX triplet: D2, 84 and BB. RGB value is (210,132,187). Sum of RGB (Red+Green+Blue) = 210+132+187=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D284BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284BB is #2D7B44. Grayscale: #A1A1A1. Windows color (decimal): -2980677 or 12289234. OLE color: 12289234.

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

Color convert

RGB210132187-
CMYK00.370.110.18
HSL317.69º46.43%67.06%-
HSV(B)317.69º37.14%82.35%-
XYZ43.833.7951.23-
YUV161.59142.34162.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=39.70%
G=24.95%
B=35.35%

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
Decimal21013218700.370.110.18317.6946.4367.06
HexD284BB025B1213e2e43
Octal322204273045132247656103
Binary11010010100001001011101101001011011100101001111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284BB; }

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

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

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

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

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

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

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

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