#D59EC6

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

Shades of Maverick #D59EC6

Tints of Maverick #D59EC6

Color information

#D59EC6 (or 0xD59EC6) is unknown color: approx Maverick. HEX triplet: D5, 9E and C6. RGB value is (213,158,198). Sum of RGB (Red+Green+Blue) = 213+158+198=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EC6 is #2A6139. Grayscale: #B2B2B2. Windows color (decimal): -2777402 or 13016789. OLE color: 13016789.

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

Color convert

RGB213158198-
CMYK00.260.070.16
HSL316.36º39.57%72.75%-
HSV(B)316.36º25.82%83.53%-
XYZ49.8642.6859.04-
YUV179138.72152.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=37.43%
G=27.77%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315819800.260.070.16316.3639.5772.75
HexD59EC601A71013c2849
Octal32523630603272047450111
Binary110101011001111011000110011010111100001001111001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EC6; }

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

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

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

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

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

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

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

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