#D49FC0

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

Shades of Maverick #D49FC0

Tints of Maverick #D49FC0

Color information

#D49FC0 (or 0xD49FC0) is unknown color: approx Maverick. HEX triplet: D4, 9F and C0. RGB value is (212,159,192). Sum of RGB (Red+Green+Blue) = 212+159+192=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FC0 is #2B603F. Grayscale: #B2B2B2. Windows color (decimal): -2842688 or 12623828. OLE color: 12623828.

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

Color convert

RGB212159192-
CMYK00.250.090.17
HSL322.64º38.13%72.75%-
HSV(B)322.64º25%83.14%-
XYZ49.0642.655.51-
YUV178.61135.56151.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 159 (62.5% from 255) = 28.24%
BLUE value IS 192 (75.39% from 255) = 34.10%
R=37.66%
G=28.24%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215919200.250.090.17322.6438.1372.75
HexD49FC00199111432649
Octal324237300031112150346111
Binary1101010010011111110000000110011001100011010000111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FC0; }

 p { color: rgb(212,159,192); }

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

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

 a { background-color: rgb(212,159,192); }

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

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

 span { border-color: rgb(212,159,192); }

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