Html Css Color HEX #D49FC6 Maverick

📋 copy color: '#D49FC6'

red 212 ◦ green 159 ◦ blue 198

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

Shades of Maverick #D49FC6

Tints of Maverick #D49FC6

RGB

 RED value IS 212 (83.2% from 255) = 37.26%

 GREEN value IS 159 (62.5% from 255) = 27.94%

 BLUE value IS 198 (77.73% from 255) = 34.8%

R = 37.26%
G = 27.94%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D49FC6 (or 0xD49FC6) is known color: Maverick. HEX triplet: D4, 9F and C6. RGB value is (212,159,198). Sum of RGB (Red+Green+Blue) = 212+159+198=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FC6 is #2B6039. Grayscale: #B3B3B3. Windows color (decimal): -2842682 or 13017044. OLE color: 13017044.

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

Color convert

RGB 212 159 198 -
CMYK 0 0.25 0.07 0.17
HSL 315.85º 0.38% 0.73% -
HSV(B) 315.85º 0.25% 0.83% -
XYZ 49.74 42.87 59.08 -
YUV 179.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 212 159 198 0 0.25 0.07 0.17 315.85 0.38 0.73
Hex D4 9F C6 0 19 7 11 13C 26 49
Octal 324 237 306 0 31 7 21 474 46 111
Binary 11010100 10011111 11000110 0 11001 111 10001 100111100 100110 1001001

Color Harmonies of #D49FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FC6

Black with #D49FC6

Text Example


Text Example

White with #D49FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FC6; }

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

 H1.HeaderClassName
 {
   color: #D49FC6;
 }
 .AnyTagClassName
 {
   color: #D49FC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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