#D092C4

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

Shades of Lilac #D092C4

Tints of Lilac #D092C4

Color information

#D092C4 (or 0xD092C4) is unknown color: approx Lilac. HEX triplet: D0, 92 and C4. RGB value is (208,146,196). Sum of RGB (Red+Green+Blue) = 208+146+196=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D092C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092C4 is #2F6D3B. Grayscale: #AAAAAA. Windows color (decimal): -3108156 or 12882640. OLE color: 12882640.

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

Color convert

RGB208146196-
CMYK00.300.060.18
HSL311.61º39.74%69.41%-
HSV(B)311.61º29.81%81.57%-
XYZ46.2637.9557.11-
YUV170.24142.54154.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=37.82%
G=26.55%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814619600.300.060.18311.6139.7469.41
HexD092C401E6121382845
Octal32022230403662247050105
Binary110100001001001011000100011110110100101001110001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092C4; }

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

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

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

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

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

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

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

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