#D090B9

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

Shades of Lily #D090B9

Tints of Lily #D090B9

Color information

#D090B9 (or 0xD090B9) is unknown color: approx Lily. HEX triplet: D0, 90 and B9. RGB value is (208,144,185). Sum of RGB (Red+Green+Blue) = 208+144+185=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D090B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090B9 is #2F6F46. Grayscale: #A7A7A7. Windows color (decimal): -3108679 or 12161232. OLE color: 12161232.

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

Color convert

RGB208144185-
CMYK00.310.110.18
HSL321.56º40.51%69.02%-
HSV(B)321.56º30.77%81.57%-
XYZ44.7436.8650.66-
YUV167.81137.7156.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 185 (72.66% from 255) = 34.45%
R=38.73%
G=26.82%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814418500.310.110.18321.5640.5169.02
HexD090B901FB121422945
Octal320220271037132250251105
Binary1101000010010000101110010111111011100101010000101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090B9; }

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

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

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

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

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

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

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

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