#D092C7

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

Shades of Lilac #D092C7

Tints of Lilac #D092C7

Color information

#D092C7 (or 0xD092C7) is unknown color: approx Lilac. HEX triplet: D0, 92 and C7. RGB value is (208,146,199). Sum of RGB (Red+Green+Blue) = 208+146+199=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D092C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092C7 is #2F6D38. Grayscale: #AAAAAA. Windows color (decimal): -3108153 or 13079248. OLE color: 13079248.

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

Color convert

RGB208146199-
CMYK00.300.040.18
HSL308.71º39.74%69.41%-
HSV(B)308.71º29.81%81.57%-
XYZ46.638.0958.93-
YUV170.58144.04154.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 199 (78.12% from 255) = 35.99%
R=37.61%
G=26.40%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814619900.300.040.18308.7139.7469.41
HexD092C701E4121352845
Octal32022230703642246550105
Binary110100001001001011000111011110100100101001101011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092C7; }

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

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

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

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

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

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

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

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