#D59DC6

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

Shades of Maverick #D59DC6

Tints of Maverick #D59DC6

Color information

#D59DC6 (or 0xD59DC6) is unknown color: approx Maverick. HEX triplet: D5, 9D and C6. RGB value is (213,157,198). Sum of RGB (Red+Green+Blue) = 213+157+198=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DC6 is #2A6239. Grayscale: #B2B2B2. Windows color (decimal): -2777658 or 13016533. OLE color: 13016533.

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

Color convert

RGB213157198-
CMYK00.260.070.16
HSL316.07º40%72.55%-
HSV(B)316.07º26.29%83.53%-
XYZ49.6942.3458.98-
YUV178.42139.05152.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 198 (77.73% from 255) = 34.86%
R=37.5%
G=27.64%
B=34.86%

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
Decimal21315719800.260.070.16316.074072.55
HexD59DC601A71013c2849
Octal32523530603272047450111
Binary110101011001110111000110011010111100001001111001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DC6; }

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

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

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

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

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

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

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

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