#D283BB

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

Shades of Lily #D283BB

Tints of Lily #D283BB

Color information

#D283BB (or 0xD283BB) is unknown color: approx Lily. HEX triplet: D2, 83 and BB. RGB value is (210,131,187). Sum of RGB (Red+Green+Blue) = 210+131+187=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D283BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283BB is #2D7C44. Grayscale: #A0A0A0. Windows color (decimal): -2980933 or 12288978. OLE color: 12288978.

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

Color convert

RGB210131187-
CMYK00.380.110.18
HSL317.47º46.75%66.86%-
HSV(B)317.47º37.62%82.35%-
XYZ43.6633.5251.18-
YUV161142.67162.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=39.77%
G=24.81%
B=35.42%

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
Decimal21013118700.380.110.18317.4746.7566.86
HexD283BB026B1213d2f43
Octal322203273046132247557103
Binary11010010100000111011101101001101011100101001111011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283BB; }

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

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

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

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

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

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

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

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