Html Css Color HEX #D49EC1 Maverick

📋 copy color: '#D49EC1'

red 212 ◦ green 158 ◦ blue 193

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

Shades of Maverick #D49EC1

Tints of Maverick #D49EC1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.06%

 BLUE value IS 193 (75.78% from 255) = 34.28%

R = 37.66%
G = 28.06%
B = 34.28%

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

#D49EC1 (or 0xD49EC1) is known color: Maverick. HEX triplet: D4, 9E and C1. RGB value is (212,158,193). Sum of RGB (Red+Green+Blue) = 212+158+193=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EC1 is #2B613E. Grayscale: #B2B2B2. Windows color (decimal): -2842943 or 12689108. OLE color: 12689108.

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

Color convert

RGB 212 158 193 -
CMYK 0 0.25 0.09 0.17
HSL 321.11º 0.39% 0.73% -
HSV(B) 321.11º 0.25% 0.83% -
XYZ 49 42.3 56.03 -
YUV 178.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 212 158 193 0 0.25 0.09 0.17 321.11 0.39 0.73
Hex D4 9E C1 0 19 9 11 141 27 49
Octal 324 236 301 0 31 11 21 501 47 111
Binary 11010100 10011110 11000001 0 11001 1001 10001 101000001 100111 1001001

Color Harmonies of #D49EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EC1

Black with #D49EC1

Text Example


Text Example

White with #D49EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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