#D5A1C4

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

Shades of Maverick #D5A1C4

Tints of Maverick #D5A1C4

Color information

#D5A1C4 (or 0xD5A1C4) is unknown color: approx Maverick. HEX triplet: D5, A1 and C4. RGB value is (213,161,196). Sum of RGB (Red+Green+Blue) = 213+161+196=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1C4 is #2A5E3B. Grayscale: #B4B4B4. Windows color (decimal): -2776636 or 12886485. OLE color: 12886485.

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

Color convert

RGB213161196-
CMYK00.240.080.16
HSL319.62º38.24%73.33%-
HSV(B)319.62º24.41%83.53%-
XYZ50.1543.6258-
YUV180.54136.73151.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.37%
GREEN value IS 161 (63.28% from 255) = 28.25%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=37.37%
G=28.25%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316119600.240.080.16319.6238.2473.33
HexD5A1C40188101402649
Octal325241304030102050046111
Binary1101010110100001110001000110001000100001010000001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1C4; }

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

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

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

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

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

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

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

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