#D192CA

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

Shades of Lilac #D192CA

Tints of Lilac #D192CA

Color information

#D192CA (or 0xD192CA) is unknown color: approx Lilac. HEX triplet: D1, 92 and CA. RGB value is (209,146,202). Sum of RGB (Red+Green+Blue) = 209+146+202=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D192CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192CA is #2E6D35. Grayscale: #ABABAB. Windows color (decimal): -3042614 or 13275857. OLE color: 13275857.

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

Color convert

RGB209146202-
CMYK00.300.030.18
HSL306.67º40.65%69.61%-
HSV(B)306.67º30.14%81.96%-
XYZ47.2338.3860.8-
YUV171.22145.37154.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=37.52%
G=26.21%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914620200.300.030.18306.6740.6569.61
HexD192CA01E3121332946
Octal32122231203632246351106
Binary11010001100100101100101001111011100101001100111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192CA; }

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

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

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

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

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

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

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

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