#D281BA

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

Shades of Lily #D281BA

Tints of Lily #D281BA

Color information

#D281BA (or 0xD281BA) is unknown color: approx Lily. HEX triplet: D2, 81 and BA. RGB value is (210,129,186). Sum of RGB (Red+Green+Blue) = 210+129+186=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D281BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281BA is #2D7E45. Grayscale: #9F9F9F. Windows color (decimal): -2981446 or 12222930. OLE color: 12222930.

HSL color Cylindrical-coordinate representation of color #D281BA: hue angle of 317.78º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D281BA is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210129186-
CMYK00.390.110.18
HSL317.78º47.37%66.47%-
HSV(B)317.78º38.57%82.35%-
XYZ43.2932.9550.53-
YUV159.72142.84163.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=40%
G=24.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012918600.390.110.18317.7847.3766.47
HexD281BA027B1213e2f42
Octal322201272047132247657102
Binary11010010100000011011101001001111011100101001111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281BA; }

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

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

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

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

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

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

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

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