#D497D0

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

Shades of Lilac #D497D0

Tints of Lilac #D497D0

Color information

#D497D0 (or 0xD497D0) is unknown color: approx Lilac. HEX triplet: D4, 97 and D0. RGB value is (212,151,208). Sum of RGB (Red+Green+Blue) = 212+151+208=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D497D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497D0 is #2B682F. Grayscale: #AFAFAF. Windows color (decimal): -2844720 or 13670356. OLE color: 13670356.

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

Color convert

RGB212151208-
CMYK00.290.020.17
HSL303.93º41.5%71.18%-
HSV(B)303.93º28.77%83.14%-
XYZ49.640.6864.91-
YUV175.74146.21153.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=37.13%
G=26.44%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215120800.290.020.17303.9341.571.18
HexD497D001D2111302947
Octal32422732003522146051107
Binary11010100100101111101000001110110100011001100001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497D0; }

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

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

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

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

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

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

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

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