#D49FC5

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

Shades of Maverick #D49FC5

Tints of Maverick #D49FC5

Color information

#D49FC5 (or 0xD49FC5) is unknown color: approx Maverick. HEX triplet: D4, 9F and C5. RGB value is (212,159,197). Sum of RGB (Red+Green+Blue) = 212+159+197=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FC5 is #2B603A. Grayscale: #B3B3B3. Windows color (decimal): -2842683 or 12951508. OLE color: 12951508.

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

Color convert

RGB212159197-
CMYK00.250.070.17
HSL316.98º38.13%72.75%-
HSV(B)316.98º25%83.14%-
XYZ49.6342.8258.47-
YUV179.18138.06151.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=37.32%
G=27.99%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215919700.250.070.17316.9838.1372.75
HexD49FC501971113d2649
Octal32423730503172147546111
Binary110101001001111111000101011001111100011001111011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FC5; }

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

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

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

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

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

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

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

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