#D49EC2

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

Shades of Maverick #D49EC2

Tints of Maverick #D49EC2

Color information

#D49EC2 (or 0xD49EC2) is unknown color: approx Maverick. HEX triplet: D4, 9E and C2. RGB value is (212,158,194). Sum of RGB (Red+Green+Blue) = 212+158+194=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EC2 is #2B613D. Grayscale: #B2B2B2. Windows color (decimal): -2842942 or 12754644. OLE color: 12754644.

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

Color convert

RGB212158194-
CMYK00.250.080.17
HSL320º38.57%72.55%-
HSV(B)320º25.47%83.14%-
XYZ49.1242.3556.62-
YUV178.25136.89152.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=37.59%
G=28.01%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215819400.250.080.1732038.5772.55
HexD49EC20198111402749
Octal324236302031102150047111
Binary1101010010011110110000100110011000100011010000001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EC2; }

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

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

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

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

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

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

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

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