#D497CD

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

Shades of Lilac #D497CD

Tints of Lilac #D497CD

Color information

#D497CD (or 0xD497CD) is unknown color: approx Lilac. HEX triplet: D4, 97 and CD. RGB value is (212,151,205). Sum of RGB (Red+Green+Blue) = 212+151+205=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D497CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497CD is #2B6832. Grayscale: #AFAFAF. Windows color (decimal): -2844723 or 13473748. OLE color: 13473748.

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

Color convert

RGB212151205-
CMYK00.290.030.17
HSL306.89º41.5%71.18%-
HSV(B)306.89º28.77%83.14%-
XYZ49.2440.5462.99-
YUV175.4144.71154.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=37.32%
G=26.58%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215120500.290.030.17306.8941.571.18
HexD497CD01D3111332947
Octal32422731503532146351107
Binary11010100100101111100110101110111100011001100111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497CD; }

 p { color: rgb(212,151,205); }

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

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

 a { background-color: rgb(212,151,205); }

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

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

 span { border-color: rgb(212,151,205); }

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