#D59EC1

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

Shades of Maverick #D59EC1

Tints of Maverick #D59EC1

Color information

#D59EC1 (or 0xD59EC1) is unknown color: approx Maverick. HEX triplet: D5, 9E and C1. RGB value is (213,158,193). Sum of RGB (Red+Green+Blue) = 213+158+193=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EC1 is #2A613E. Grayscale: #B2B2B2. Windows color (decimal): -2777407 or 12689109. OLE color: 12689109.

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

Color convert

RGB213158193-
CMYK00.260.090.16
HSL321.82º39.57%72.75%-
HSV(B)321.82º25.82%83.53%-
XYZ49.2942.4556.05-
YUV178.44136.22152.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=37.77%
G=28.01%
B=34.22%

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
Decimal21315819300.260.090.16321.8239.5772.75
HexD59EC101A9101422849
Octal325236301032112050250111
Binary1101010110011110110000010110101001100001010000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EC1; }

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

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

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

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

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

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

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

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