Html Css Color HEX #D49FC1 Maverick

📋 copy color: '#D49FC1'

red 212 ◦ green 159 ◦ blue 193

#D49FC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D49FC1

Tints of Maverick #D49FC1

RGB

 RED value IS 212 (83.2% 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 value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D49FC1 (or 0xD49FC1) is known color: 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

RGB 212 159 193 -
CMYK 0 0.25 0.09 0.17
HSL 321.51º 0.38% 0.73% -
HSV(B) 321.51º 0.25% 0.83% -
XYZ 49.18 42.64 56.09 -
YUV 178.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 212 159 193 0 0.25 0.09 0.17 321.51 0.38 0.73
Hex D4 9F C1 0 19 9 11 142 26 49
Octal 324 237 301 0 31 11 21 502 46 111
Binary 11010100 10011111 11000001 0 11001 1001 10001 101000010 100110 1001001

Color Harmonies of #D49FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FC1

Black with #D49FC1

Text Example


Text Example

White with #D49FC1

Text Example


Text Example

HTML Codes & Css Web 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>