#D090B0

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

Shades of Lily #D090B0

Tints of Lily #D090B0

Color information

#D090B0 (or 0xD090B0) is unknown color: approx Lily. HEX triplet: D0, 90 and B0. RGB value is (208,144,176). Sum of RGB (Red+Green+Blue) = 208+144+176=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D090B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D090B0 is #2F6F4F. Grayscale: #A6A6A6. Windows color (decimal): -3108688 or 11571408. OLE color: 11571408.

HSL color Cylindrical-coordinate representation of color #D090B0: hue angle of 330º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D090B0 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208144176-
CMYK00.310.150.18
HSL330º40.51%69.02%-
HSV(B)330º30.77%81.57%-
XYZ43.8236.4945.81-
YUV166.78133.2157.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 176 (69.14% from 255) = 33.33%
R=39.39%
G=27.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814417600.310.150.1833040.5169.02
HexD090B001FF1214a2945
Octal320220260037172251251105
Binary1101000010010000101100000111111111100101010010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090B0; }

 p { color: rgb(208,144,176); }

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

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

 a { background-color: rgb(208,144,176); }

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

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

 span { border-color: rgb(208,144,176); }

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