#D59DC2

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

Shades of Maverick #D59DC2

Tints of Maverick #D59DC2

Color information

#D59DC2 (or 0xD59DC2) is unknown color: approx Maverick. HEX triplet: D5, 9D and C2. RGB value is (213,157,194). Sum of RGB (Red+Green+Blue) = 213+157+194=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DC2 is #2A623D. Grayscale: #B1B1B1. Windows color (decimal): -2777662 or 12754389. OLE color: 12754389.

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

Color convert

RGB213157194-
CMYK00.260.090.16
HSL320.36º40%72.55%-
HSV(B)320.36º26.29%83.53%-
XYZ49.2442.1656.58-
YUV177.96137.05152.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=37.77%
G=27.84%
B=34.40%

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
Decimal21315719400.260.090.16320.364072.55
HexD59DC201A9101402849
Octal325235302032112050050111
Binary1101010110011101110000100110101001100001010000001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DC2; }

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

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

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

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

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

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

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

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