#D2A7C8

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

Shades of Maverick #D2A7C8

Tints of Maverick #D2A7C8

Color information

#D2A7C8 (or 0xD2A7C8) is unknown color: approx Maverick. HEX triplet: D2, A7 and C8. RGB value is (210,167,200). Sum of RGB (Red+Green+Blue) = 210+167+200=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A7C8 is #2D5837. Grayscale: #B7B7B7. Windows color (decimal): -2971704 or 13150162. OLE color: 13150162.

HSL color Cylindrical-coordinate representation of color #D2A7C8: hue angle of 313.95º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A7C8 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210167200-
CMYK00.200.050.18
HSL313.95º32.33%73.92%-
HSV(B)313.95º20.48%82.35%-
XYZ50.8245.5160.75-
YUV183.62137.25146.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 200 (78.52% from 255) = 34.66%
R=36.40%
G=28.94%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016720000.200.050.18313.9532.3373.92
HexD2A7C801451213a204a
Octal32224731002452247240112
Binary110100101010011111001000010100101100101001110101000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A7C8; }

 p { color: rgb(210,167,200); }

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

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

 a { background-color: rgb(210,167,200); }

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

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

 span { border-color: rgb(210,167,200); }

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