#D090B1

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

Shades of Lily #D090B1

Tints of Lily #D090B1

Color information

#D090B1 (or 0xD090B1) is unknown color: approx Lily. HEX triplet: D0, 90 and B1. RGB value is (208,144,177). Sum of RGB (Red+Green+Blue) = 208+144+177=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D090B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D090B1 is #2F6F4E. Grayscale: #A6A6A6. Windows color (decimal): -3108687 or 11636944. OLE color: 11636944.

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

Color convert

RGB208144177-
CMYK00.310.150.18
HSL329.06º40.51%69.02%-
HSV(B)329.06º30.77%81.57%-
XYZ43.9236.5346.33-
YUV166.9133.7157.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=39.32%
G=27.22%
B=33.46%

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
Decimal20814417700.310.150.18329.0640.5169.02
HexD090B101FF121492945
Octal320220261037172251151105
Binary1101000010010000101100010111111111100101010010011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090B1; }

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

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

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

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

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

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

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

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