#D498CA

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

Shades of Lilac #D498CA

Tints of Lilac #D498CA

Color information

#D498CA (or 0xD498CA) is unknown color: approx Lilac. HEX triplet: D4, 98 and CA. RGB value is (212,152,202). Sum of RGB (Red+Green+Blue) = 212+152+202=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D498CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498CA is #2B6735. Grayscale: #AFAFAF. Windows color (decimal): -2844470 or 13277396. OLE color: 13277396.

HSL color Cylindrical-coordinate representation of color #D498CA: hue angle of 310º 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 #D498CA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212152202-
CMYK00.280.050.17
HSL310º41.1%71.37%-
HSV(B)310º28.3%83.14%-
XYZ49.0440.7261.15-
YUV175.64142.88153.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=37.46%
G=26.86%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215220200.280.050.1731041.171.37
HexD498CA01C5111362947
Octal32423031203452146651107
Binary110101001001100011001010011100101100011001101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498CA; }

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

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

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

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

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

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

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

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