#D59CC6

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

Shades of Maverick #D59CC6

Tints of Maverick #D59CC6

Color information

#D59CC6 (or 0xD59CC6) is unknown color: approx Maverick. HEX triplet: D5, 9C and C6. RGB value is (213,156,198). Sum of RGB (Red+Green+Blue) = 213+156+198=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CC6 is #2A6339. Grayscale: #B1B1B1. Windows color (decimal): -2777914 or 13016277. OLE color: 13016277.

HSL color Cylindrical-coordinate representation of color #D59CC6: hue angle of 315.79º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CC6 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213156198-
CMYK00.270.070.16
HSL315.79º40.43%72.35%-
HSV(B)315.79º26.76%83.53%-
XYZ49.524258.92-
YUV177.83139.38153.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.57%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=37.57%
G=27.51%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315619800.270.070.16315.7940.4372.35
HexD59CC601B71013c2848
Octal32523430603372047450110
Binary110101011001110011000110011011111100001001111001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CC6; }

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

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

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

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

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

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

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

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