#D8A1C5

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

Shades of Maverick #D8A1C5

Tints of Maverick #D8A1C5

Color information

#D8A1C5 (or 0xD8A1C5) is unknown color: approx Maverick. HEX triplet: D8, A1 and C5. RGB value is (216,161,197). Sum of RGB (Red+Green+Blue) = 216+161+197=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1C5 is #275E3A. Grayscale: #B5B5B5. Windows color (decimal): -2580027 or 12952024. OLE color: 12952024.

HSL color Cylindrical-coordinate representation of color #D8A1C5: hue angle of 320.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1C5 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216161197-
CMYK00.250.090.15
HSL320.73º41.35%73.92%-
HSV(B)320.73º25.46%84.71%-
XYZ51.1444.1258.64-
YUV181.55136.72152.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.63%
GREEN value IS 161 (63.28% from 255) = 28.05%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=37.63%
G=28.05%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616119700.250.090.15320.7341.3573.92
HexD8A1C50199F141294a
Octal330241305031111750151112
Binary110110001010000111000101011001100111111010000011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1C5; }

 p { color: rgb(216,161,197); }

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

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

 a { background-color: rgb(216,161,197); }

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

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

 span { border-color: rgb(216,161,197); }

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