#D092CD

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

Shades of Lilac #D092CD

Tints of Lilac #D092CD

Color information

#D092CD (or 0xD092CD) is unknown color: approx Lilac. HEX triplet: D0, 92 and CD. RGB value is (208,146,205). Sum of RGB (Red+Green+Blue) = 208+146+205=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D092CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092CD is #2F6D32. Grayscale: #ABABAB. Windows color (decimal): -3108147 or 13472464. OLE color: 13472464.

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

Color convert

RGB208146205-
CMYK00.300.010.18
HSL302.9º39.74%69.41%-
HSV(B)302.9º29.81%81.57%-
XYZ47.3138.3862.67-
YUV171.26147.04154.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=37.21%
G=26.12%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814620500.300.010.18302.939.7469.41
HexD092CD01E11212f2845
Octal32022231503612245750105
Binary1101000010010010110011010111101100101001011111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092CD; }

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

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

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

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

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

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

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

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