#D092CC

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

Shades of Lilac #D092CC

Tints of Lilac #D092CC

Color information

#D092CC (or 0xD092CC) is unknown color: approx Lilac. HEX triplet: D0, 92 and CC. RGB value is (208,146,204). Sum of RGB (Red+Green+Blue) = 208+146+204=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D092CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092CC is #2F6D33. Grayscale: #AAAAAA. Windows color (decimal): -3108148 or 13406928. OLE color: 13406928.

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

Color convert

RGB208146204-
CMYK00.300.020.18
HSL303.87º39.74%69.41%-
HSV(B)303.87º29.81%81.57%-
XYZ47.1938.3362.04-
YUV171.15146.54154.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=37.28%
G=26.16%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814620400.300.020.18303.8739.7469.41
HexD092CC01E2121302845
Octal32022231403622246050105
Binary11010000100100101100110001111010100101001100001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092CC; }

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

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

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

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

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

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

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

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