#D497CF

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

Shades of Lilac #D497CF

Tints of Lilac #D497CF

Color information

#D497CF (or 0xD497CF) is unknown color: approx Lilac. HEX triplet: D4, 97 and CF. RGB value is (212,151,207). Sum of RGB (Red+Green+Blue) = 212+151+207=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D497CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D497CF is #2B6830. Grayscale: #AFAFAF. Windows color (decimal): -2844721 or 13604820. OLE color: 13604820.

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

Color convert

RGB212151207-
CMYK00.290.020.17
HSL304.92º41.5%71.18%-
HSV(B)304.92º28.77%83.14%-
XYZ49.4840.6464.27-
YUV175.62145.71153.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=37.19%
G=26.49%
B=36.32%

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
Decimal21215120700.290.020.17304.9241.571.18
HexD497CF01D2111312947
Octal32422731703522146151107
Binary11010100100101111100111101110110100011001100011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497CF; }

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

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

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

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

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

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

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

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