#D98FCA

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

Shades of Lilac #D98FCA

Tints of Lilac #D98FCA

Color information

#D98FCA (or 0xD98FCA) is unknown color: approx Lilac. HEX triplet: D9, 8F and CA. RGB value is (217,143,202). Sum of RGB (Red+Green+Blue) = 217+143+202=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FCA is #267035. Grayscale: #ABABAB. Windows color (decimal): -2519094 or 13275097. OLE color: 13275097.

HSL color Cylindrical-coordinate representation of color #D98FCA: hue angle of 312.16º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FCA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217143202-
CMYK00.340.070.15
HSL312.16º49.33%70.59%-
HSV(B)312.16º34.1%85.1%-
XYZ49.138.6660.75-
YUV171.85145.02160.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=38.61%
G=25.44%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714320200.340.070.15312.1649.3370.59
HexD98FCA0227F1383147
Octal33121731204271747061107
Binary110110011000111111001010010001011111111001110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FCA; }

 p { color: rgb(217,143,202); }

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

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

 a { background-color: rgb(217,143,202); }

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

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

 span { border-color: rgb(217,143,202); }

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