Html Css Color HEX #D49EC6 Maverick

📋 copy color: '#D49EC6'

red 212 ◦ green 158 ◦ blue 198

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

Shades of Maverick #D49EC6

Tints of Maverick #D49EC6

RGB

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

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

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

R = 37.32%
G = 27.82%
B = 34.86%

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

#D49EC6 (or 0xD49EC6) is known color: Maverick. HEX triplet: D4, 9E and C6. RGB value is (212,158,198). Sum of RGB (Red+Green+Blue) = 212+158+198=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EC6 is #2B6139. Grayscale: #B2B2B2. Windows color (decimal): -2842938 or 13016788. OLE color: 13016788.

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

Color convert

RGB 212 158 198 -
CMYK 0 0.25 0.07 0.17
HSL 315.56º 0.39% 0.73% -
HSV(B) 315.56º 0.25% 0.83% -
XYZ 49.57 42.53 59.02 -
YUV 178.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 212 158 198 0 0.25 0.07 0.17 315.56 0.39 0.73
Hex D4 9E C6 0 19 7 11 13C 27 49
Octal 324 236 306 0 31 7 21 474 47 111
Binary 11010100 10011110 11000110 0 11001 111 10001 100111100 100111 1001001

Color Harmonies of #D49EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EC6

Black with #D49EC6

Text Example


Text Example

White with #D49EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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