#D092D0

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

Shades of Lilac #D092D0

Tints of Lilac #D092D0

Color information

#D092D0 (or 0xD092D0) is unknown color: approx Lilac. HEX triplet: D0, 92 and D0. RGB value is (208,146,208). Sum of RGB (Red+Green+Blue) = 208+146+208=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D092D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092D0 is #2F6D2F. Grayscale: #ABABAB. Windows color (decimal): -3108144 or 13669072. OLE color: 13669072.

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

Color convert

RGB208146208-
CMYK00.3000.18
HSL300º39.74%69.41%-
HSV(B)300º29.81%81.57%-
XYZ47.6838.5264.6-
YUV171.61148.54153.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=37.01%
G=25.98%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814620800.3000.1830039.7469.41
HexD092D001E01212c2845
Octal32022232003602245450105
Binary1101000010010010110100000111100100101001011001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092D0; }

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

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

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

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

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

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

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

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