#D090C0

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

Shades of Lily #D090C0

Tints of Lily #D090C0

Color information

#D090C0 (or 0xD090C0) is unknown color: approx Lily. HEX triplet: D0, 90 and C0. RGB value is (208,144,192). Sum of RGB (Red+Green+Blue) = 208+144+192=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D090C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090C0 is #2F6F3F. Grayscale: #A8A8A8. Windows color (decimal): -3108672 or 12619984. OLE color: 12619984.

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

Color convert

RGB208144192-
CMYK00.310.080.18
HSL315º40.51%69.02%-
HSV(B)315º30.77%81.57%-
XYZ45.537.1654.64-
YUV168.61141.2156.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 192 (75.39% from 255) = 35.29%
R=38.24%
G=26.47%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814419200.310.080.1831540.5169.02
HexD090C001F81213b2945
Octal320220300037102247351105
Binary1101000010010000110000000111111000100101001110111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090C0; }

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

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

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

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

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

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

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

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