#D192C4

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

Shades of Lilac #D192C4

Tints of Lilac #D192C4

Color information

#D192C4 (or 0xD192C4) is unknown color: approx Lilac. HEX triplet: D1, 92 and C4. RGB value is (209,146,196). Sum of RGB (Red+Green+Blue) = 209+146+196=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D192C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192C4 is #2E6D3B. Grayscale: #AAAAAA. Windows color (decimal): -3042620 or 12882641. OLE color: 12882641.

HSL color Cylindrical-coordinate representation of color #D192C4: hue angle of 312.38º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D192C4 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB209146196-
CMYK00.300.060.18
HSL312.38º40.65%69.61%-
HSV(B)312.38º30.14%81.96%-
XYZ46.5438.157.13-
YUV170.54142.37155.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 196 (76.95% from 255) = 35.57%
R=37.93%
G=26.50%
B=35.57%

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
Decimal20914619600.300.060.18312.3840.6569.61
HexD192C401E6121382946
Octal32122230403662247051106
Binary110100011001001011000100011110110100101001110001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192C4; }

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

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

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

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

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

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

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

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