#D49FC1

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

Shades of Maverick #D49FC1

Tints of Maverick #D49FC1

Color information

#D49FC1 (or 0xD49FC1) is unknown color: approx Maverick. HEX triplet: D4, 9F and C1. RGB value is (212,159,193). Sum of RGB (Red+Green+Blue) = 212+159+193=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FC1 is #2B603E. Grayscale: #B2B2B2. Windows color (decimal): -2842687 or 12689364. OLE color: 12689364.

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

Color convert

RGB212159193-
CMYK00.250.090.17
HSL321.51º38.13%72.75%-
HSV(B)321.51º25%83.14%-
XYZ49.1842.6456.09-
YUV178.72136.06151.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=37.59%
G=28.19%
B=34.22%

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
Decimal21215919300.250.090.17321.5138.1372.75
HexD49FC10199111422649
Octal324237301031112150246111
Binary1101010010011111110000010110011001100011010000101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FC1; }

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

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

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

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

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

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

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

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