#D198CA

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

Shades of Lilac #D198CA

Tints of Lilac #D198CA

Color information

#D198CA (or 0xD198CA) is unknown color: approx Lilac. HEX triplet: D1, 98 and CA. RGB value is (209,152,202). Sum of RGB (Red+Green+Blue) = 209+152+202=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D198CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198CA is #2E6735. Grayscale: #AEAEAE. Windows color (decimal): -3041078 or 13277393. OLE color: 13277393.

HSL color Cylindrical-coordinate representation of color #D198CA: hue angle of 307.37º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198CA is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209152202-
CMYK00.270.030.18
HSL307.37º38.26%70.78%-
HSV(B)307.37º27.27%81.96%-
XYZ48.1840.2861.11-
YUV174.74143.38152.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=37.12%
G=27.00%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915220200.270.030.18307.3738.2670.78
HexD198CA01B3121332647
Octal32123031203332246346107
Binary11010001100110001100101001101111100101001100111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D198CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D198CA; }

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

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

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

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

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

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

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

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