#D59AC3

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

Shades of Maverick #D59AC3

Tints of Maverick #D59AC3

Color information

#D59AC3 (or 0xD59AC3) is unknown color: approx Maverick. HEX triplet: D5, 9A and C3. RGB value is (213,154,195). Sum of RGB (Red+Green+Blue) = 213+154+195=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AC3 is #2A653C. Grayscale: #B0B0B0. Windows color (decimal): -2778429 or 12819157. OLE color: 12819157.

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

Color convert

RGB213154195-
CMYK00.280.080.16
HSL318.31º41.26%71.96%-
HSV(B)318.31º27.7%83.53%-
XYZ48.8541.257.01-
YUV176.31138.55154.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 195 (76.56% from 255) = 34.70%
R=37.90%
G=27.40%
B=34.70%

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
Decimal21315419500.280.080.16318.3141.2671.96
HexD59AC301C81013e2948
Octal325232303034102047651110
Binary1101010110011010110000110111001000100001001111101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AC3; }

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

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

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

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

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

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

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

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