#D98DCA

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

Shades of Lilac #D98DCA

Tints of Lilac #D98DCA

Color information

#D98DCA (or 0xD98DCA) is unknown color: approx Lilac. HEX triplet: D9, 8D and CA. RGB value is (217,141,202). Sum of RGB (Red+Green+Blue) = 217+141+202=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCA is #267235. Grayscale: #AAAAAA. Windows color (decimal): -2519606 or 13274585. OLE color: 13274585.

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

Color convert

RGB217141202-
CMYK00.350.070.15
HSL311.84º50%70.2%-
HSV(B)311.84º35.02%85.1%-
XYZ48.838.0760.65-
YUV170.68145.68161.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=38.75%
G=25.18%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714120200.350.070.15311.845070.2
HexD98DCA0237F1383246
Octal33121531204371747062106
Binary110110011000110111001010010001111111111001110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98DCA; }

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

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

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

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

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

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

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

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