#D59EC0

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

Shades of Maverick #D59EC0

Tints of Maverick #D59EC0

Color information

#D59EC0 (or 0xD59EC0) is unknown color: approx Maverick. HEX triplet: D5, 9E and C0. RGB value is (213,158,192). Sum of RGB (Red+Green+Blue) = 213+158+192=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EC0 is #2A613F. Grayscale: #B2B2B2. Windows color (decimal): -2777408 or 12623573. OLE color: 12623573.

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

Color convert

RGB213158192-
CMYK00.260.100.16
HSL322.91º39.57%72.75%-
HSV(B)322.91º25.82%83.53%-
XYZ49.1842.4155.46-
YUV178.32135.72152.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 192 (75.39% from 255) = 34.10%
R=37.83%
G=28.06%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315819200.260.100.16322.9139.5772.75
HexD59EC001AA101432849
Octal325236300032122050350111
Binary1101010110011110110000000110101010100001010000111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EC0; }

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

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

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

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

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

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

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

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