#D59EC2

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

Shades of Maverick #D59EC2

Tints of Maverick #D59EC2

Color information

#D59EC2 (or 0xD59EC2) is unknown color: approx Maverick. HEX triplet: D5, 9E and C2. RGB value is (213,158,194). Sum of RGB (Red+Green+Blue) = 213+158+194=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EC2 is #2A613D. Grayscale: #B2B2B2. Windows color (decimal): -2777406 or 12754645. OLE color: 12754645.

HSL color Cylindrical-coordinate representation of color #D59EC2: hue angle of 320.73º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59EC2 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB213158194-
CMYK00.260.090.16
HSL320.73º39.57%72.75%-
HSV(B)320.73º25.82%83.53%-
XYZ49.4142.4956.64-
YUV178.55136.72152.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=37.70%
G=27.96%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315819400.260.090.16320.7339.5772.75
HexD59EC201A9101412849
Octal325236302032112050150111
Binary1101010110011110110000100110101001100001010000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EC2; }

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

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

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

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

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

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

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

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