#D092C0

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

Shades of Lily #D092C0

Tints of Lily #D092C0

Color information

#D092C0 (or 0xD092C0) is unknown color: approx Lily. HEX triplet: D0, 92 and C0. RGB value is (208,146,192). Sum of RGB (Red+Green+Blue) = 208+146+192=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D092C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092C0 is #2F6D3F. Grayscale: #A9A9A9. Windows color (decimal): -3108160 or 12620496. OLE color: 12620496.

HSL color Cylindrical-coordinate representation of color #D092C0: hue angle of 315.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092C0 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208146192-
CMYK00.300.080.18
HSL315.48º39.74%69.41%-
HSV(B)315.48º29.81%81.57%-
XYZ45.8137.7754.75-
YUV169.78140.54155.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=38.10%
G=26.74%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814619200.300.080.18315.4839.7469.41
HexD092C001E81213b2845
Octal320222300036102247350105
Binary1101000010010010110000000111101000100101001110111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092C0; }

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

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

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

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

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

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

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

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