#D59AC5

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

Shades of Maverick #D59AC5

Tints of Maverick #D59AC5

Color information

#D59AC5 (or 0xD59AC5) is unknown color: approx Maverick. HEX triplet: D5, 9A and C5. RGB value is (213,154,197). Sum of RGB (Red+Green+Blue) = 213+154+197=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AC5 is #2A653A. Grayscale: #B0B0B0. Windows color (decimal): -2778427 or 12950229. OLE color: 12950229.

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

Color convert

RGB213154197-
CMYK00.280.080.16
HSL316.27º41.26%71.96%-
HSV(B)316.27º27.7%83.53%-
XYZ49.0741.2958.21-
YUV176.54139.55154-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=37.77%
G=27.30%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315419700.280.080.16316.2741.2671.96
HexD59AC501C81013c2948
Octal325232305034102047451110
Binary1101010110011010110001010111001000100001001111001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AC5; }

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

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

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

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

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

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

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

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