#D59AC4

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

Shades of Maverick #D59AC4

Tints of Maverick #D59AC4

Color information

#D59AC4 (or 0xD59AC4) is unknown color: approx Maverick. HEX triplet: D5, 9A and C4. RGB value is (213,154,196). Sum of RGB (Red+Green+Blue) = 213+154+196=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AC4 is #2A653B. Grayscale: #B0B0B0. Windows color (decimal): -2778428 or 12884693. OLE color: 12884693.

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

Color convert

RGB213154196-
CMYK00.280.080.16
HSL317.29º41.26%71.96%-
HSV(B)317.29º27.7%83.53%-
XYZ48.9641.2457.6-
YUV176.43139.05154.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=37.83%
G=27.35%
B=34.81%

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
Decimal21315419600.280.080.16317.2941.2671.96
HexD59AC401C81013d2948
Octal325232304034102047551110
Binary1101010110011010110001000111001000100001001111011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59AC4; }

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

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

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

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

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

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

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

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