#D090B6

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

Shades of Lily #D090B6

Tints of Lily #D090B6

Color information

#D090B6 (or 0xD090B6) is unknown color: approx Lily. HEX triplet: D0, 90 and B6. RGB value is (208,144,182). Sum of RGB (Red+Green+Blue) = 208+144+182=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D090B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090B6 is #2F6F49. Grayscale: #A7A7A7. Windows color (decimal): -3108682 or 11964624. OLE color: 11964624.

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

Color convert

RGB208144182-
CMYK00.310.120.18
HSL324.38º40.51%69.02%-
HSV(B)324.38º30.77%81.57%-
XYZ44.4336.7349-
YUV167.47136.2156.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 182 (71.48% from 255) = 34.08%
R=38.95%
G=26.97%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814418200.310.120.18324.3840.5169.02
HexD090B601FC121442945
Octal320220266037142250451105
Binary1101000010010000101101100111111100100101010001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090B6; }

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

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

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

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

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

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

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

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