#D49EC5

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

Shades of Maverick #D49EC5

Tints of Maverick #D49EC5

Color information

#D49EC5 (or 0xD49EC5) is unknown color: approx Maverick. HEX triplet: D4, 9E and C5. RGB value is (212,158,197). Sum of RGB (Red+Green+Blue) = 212+158+197=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EC5 is #2B613A. Grayscale: #B2B2B2. Windows color (decimal): -2842939 or 12951252. OLE color: 12951252.

HSL color Cylindrical-coordinate representation of color #D49EC5: hue angle of 316.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EC5 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB212158197-
CMYK00.250.070.17
HSL316.67º38.57%72.55%-
HSV(B)316.67º25.47%83.14%-
XYZ49.4642.4858.42-
YUV178.59138.39151.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 197 (77.34% from 255) = 34.74%
R=37.39%
G=27.87%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215819700.250.070.17316.6738.5772.55
HexD49EC501971113d2749
Octal32423630503172147547111
Binary110101001001111011000101011001111100011001111011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EC5; }

 p { color: rgb(212,158,197); }

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

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

 a { background-color: rgb(212,158,197); }

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

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

 span { border-color: rgb(212,158,197); }

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