#D2A0C3

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

Shades of Maverick #D2A0C3

Tints of Maverick #D2A0C3

Color information

#D2A0C3 (or 0xD2A0C3) is unknown color: approx Maverick. HEX triplet: D2, A0 and C3. RGB value is (210,160,195). Sum of RGB (Red+Green+Blue) = 210+160+195=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A0C3 is #2D5F3C. Grayscale: #B2B2B2. Windows color (decimal): -2973501 or 12820690. OLE color: 12820690.

HSL color Cylindrical-coordinate representation of color #D2A0C3: hue angle of 318º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A0C3 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB210160195-
CMYK00.240.070.18
HSL318º35.71%72.55%-
HSV(B)318º23.81%82.35%-
XYZ4942.7857.31-
YUV178.94137.06150.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=37.17%
G=28.32%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016019500.240.070.1831835.7172.55
HexD2A0C301871213e2449
Octal32224030303072247644111
Binary110100101010000011000011011000111100101001111101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A0C3; }

 p { color: rgb(210,160,195); }

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

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

 a { background-color: rgb(210,160,195); }

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

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

 span { border-color: rgb(210,160,195); }

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