#D498C5

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

Shades of Lilac #D498C5

Tints of Lilac #D498C5

Color information

#D498C5 (or 0xD498C5) is unknown color: approx Lilac. HEX triplet: D4, 98 and C5. RGB value is (212,152,197). Sum of RGB (Red+Green+Blue) = 212+152+197=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D498C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498C5 is #2B673A. Grayscale: #AEAEAE. Windows color (decimal): -2844475 or 12949716. OLE color: 12949716.

HSL color Cylindrical-coordinate representation of color #D498C5: hue angle of 315º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498C5 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB212152197-
CMYK00.280.070.17
HSL315º41.1%71.37%-
HSV(B)315º28.3%83.14%-
XYZ48.4640.4858.08-
YUV175.07140.38154.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=37.79%
G=27.09%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215219700.280.070.1731541.171.37
HexD498C501C71113b2947
Octal32423030503472147351107
Binary110101001001100011000101011100111100011001110111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498C5; }

 p { color: rgb(212,152,197); }

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

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

 a { background-color: rgb(212,152,197); }

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

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

 span { border-color: rgb(212,152,197); }

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