#D59CC5

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

Shades of Maverick #D59CC5

Tints of Maverick #D59CC5

Color information

#D59CC5 (or 0xD59CC5) is unknown color: approx Maverick. HEX triplet: D5, 9C and C5. RGB value is (213,156,197). Sum of RGB (Red+Green+Blue) = 213+156+197=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CC5 is #2A633A. Grayscale: #B1B1B1. Windows color (decimal): -2777915 or 12950741. OLE color: 12950741.

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

Color convert

RGB213156197-
CMYK00.270.080.16
HSL316.84º40.43%72.35%-
HSV(B)316.84º26.76%83.53%-
XYZ49.4141.9558.32-
YUV177.72138.88153.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=37.63%
G=27.56%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315619700.270.080.16316.8440.4372.35
HexD59CC501B81013d2848
Octal325234305033102047550110
Binary1101010110011100110001010110111000100001001111011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CC5; }

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

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

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

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

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

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

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

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