#D19EC2

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

Shades of Maverick #D19EC2

Tints of Maverick #D19EC2

Color information

#D19EC2 (or 0xD19EC2) is unknown color: approx Maverick. HEX triplet: D1, 9E and C2. RGB value is (209,158,194). Sum of RGB (Red+Green+Blue) = 209+158+194=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D19EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19EC2 is #2E613D. Grayscale: #B1B1B1. Windows color (decimal): -3039550 or 12754641. OLE color: 12754641.

HSL color Cylindrical-coordinate representation of color #D19EC2: hue angle of 317.65º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19EC2 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB209158194-
CMYK00.240.070.18
HSL317.65º35.66%71.96%-
HSV(B)317.65º24.4%81.96%-
XYZ48.2641.956.58-
YUV177.35137.4150.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 194 (76.17% from 255) = 34.58%
R=37.25%
G=28.16%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915819400.240.070.18317.6535.6671.96
HexD19EC201871213e2448
Octal32123630203072247644110
Binary110100011001111011000010011000111100101001111101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19EC2; }

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

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

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

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

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

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

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

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