#D3A0C4

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

Shades of Maverick #D3A0C4

Tints of Maverick #D3A0C4

Color information

#D3A0C4 (or 0xD3A0C4) is unknown color: approx Maverick. HEX triplet: D3, A0 and C4. RGB value is (211,160,196). Sum of RGB (Red+Green+Blue) = 211+160+196=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A0C4 is #2C5F3B. Grayscale: #B3B3B3. Windows color (decimal): -2907964 or 12886227. OLE color: 12886227.

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

Color convert

RGB211160196-
CMYK00.240.070.17
HSL317.65º36.69%72.75%-
HSV(B)317.65º24.17%82.75%-
XYZ49.442.9857.92-
YUV179.35137.4150.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.21%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=37.21%
G=28.22%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116019600.240.070.17317.6536.6972.75
HexD3A0C401871113e2549
Octal32324030403072147645111
Binary110100111010000011000100011000111100011001111101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A0C4; }

 p { color: rgb(211,160,196); }

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

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

 a { background-color: rgb(211,160,196); }

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

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

 span { border-color: rgb(211,160,196); }

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