#D8A1CA

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

Shades of Maverick #D8A1CA

Tints of Maverick #D8A1CA

Color information

#D8A1CA (or 0xD8A1CA) is unknown color: approx Maverick. HEX triplet: D8, A1 and CA. RGB value is (216,161,202). Sum of RGB (Red+Green+Blue) = 216+161+202=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1CA is #275E35. Grayscale: #B6B6B6. Windows color (decimal): -2580022 or 13279704. OLE color: 13279704.

HSL color Cylindrical-coordinate representation of color #D8A1CA: hue angle of 315.27º 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 #D8A1CA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216161202-
CMYK00.250.060.15
HSL315.27º41.35%73.92%-
HSV(B)315.27º25.46%84.71%-
XYZ51.7244.3561.71-
YUV182.12139.22152.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 161 (63.28% from 255) = 27.81%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=37.31%
G=27.81%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616120200.250.060.15315.2741.3573.92
HexD8A1CA0196F13b294a
Octal33024131203161747351112
Binary11011000101000011100101001100111011111001110111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1CA; }

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

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

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

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

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

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

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

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