#D494CF

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

Shades of Lilac #D494CF

Tints of Lilac #D494CF

Color information

#D494CF (or 0xD494CF) is unknown color: approx Lilac. HEX triplet: D4, 94 and CF. RGB value is (212,148,207). Sum of RGB (Red+Green+Blue) = 212+148+207=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D494CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494CF is #2B6B30. Grayscale: #ADADAD. Windows color (decimal): -2845489 or 13604052. OLE color: 13604052.

HSL color Cylindrical-coordinate representation of color #D494CF: hue angle of 304.69º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494CF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212148207-
CMYK00.300.020.17
HSL304.69º42.67%70.59%-
HSV(B)304.69º30.19%83.14%-
XYZ4939.6864.11-
YUV173.86146.7155.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=37.39%
G=26.10%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214820700.300.020.17304.6942.6770.59
HexD494CF01E2111312b47
Octal32422431703622146153107
Binary11010100100101001100111101111010100011001100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494CF; }

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

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

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

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

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

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

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

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