#D59EC5

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

Shades of Maverick #D59EC5

Tints of Maverick #D59EC5

Color information

#D59EC5 (or 0xD59EC5) is unknown color: approx Maverick. HEX triplet: D5, 9E and C5. RGB value is (213,158,197). Sum of RGB (Red+Green+Blue) = 213+158+197=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EC5 is #2A613A. Grayscale: #B2B2B2. Windows color (decimal): -2777403 or 12951253. OLE color: 12951253.

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

Color convert

RGB213158197-
CMYK00.260.080.16
HSL317.45º39.57%72.75%-
HSV(B)317.45º25.82%83.53%-
XYZ49.7542.6358.43-
YUV178.89138.22152.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=37.5%
G=27.82%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315819700.260.080.16317.4539.5772.75
HexD59EC501A81013d2849
Octal325236305032102047550111
Binary1101010110011110110001010110101000100001001111011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EC5; }

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

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

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

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

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

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

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

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