#D092C8

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

Shades of Lilac #D092C8

Tints of Lilac #D092C8

Color information

#D092C8 (or 0xD092C8) is unknown color: approx Lilac. HEX triplet: D0, 92 and C8. RGB value is (208,146,200). Sum of RGB (Red+Green+Blue) = 208+146+200=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D092C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092C8 is #2F6D37. Grayscale: #AAAAAA. Windows color (decimal): -3108152 or 13144784. OLE color: 13144784.

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

Color convert

RGB208146200-
CMYK00.300.040.18
HSL307.74º39.74%69.41%-
HSV(B)307.74º29.81%81.57%-
XYZ46.7238.1459.54-
YUV170.69144.54154.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=37.55%
G=26.35%
B=36.10%

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
Decimal20814620000.300.040.18307.7439.7469.41
HexD092C801E4121342845
Octal32022231003642246450105
Binary110100001001001011001000011110100100101001101001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092C8; }

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

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

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

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

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

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

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

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