Html Css Color HEX #D49AC4 Maverick

📋 copy color: '#D49AC4'

red 212 ◦ green 154 ◦ blue 196

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

Shades of Maverick #D49AC4

Tints of Maverick #D49AC4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.4%

 BLUE value IS 196 (76.95% from 255) = 34.88%

R = 37.72%
G = 27.4%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D49AC4 (or 0xD49AC4) is known color: Maverick. HEX triplet: D4, 9A and C4. RGB value is (212,154,196). Sum of RGB (Red+Green+Blue) = 212+154+196=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AC4 is #2B653B. Grayscale: #B0B0B0. Windows color (decimal): -2843964 or 12884692. OLE color: 12884692.

HSL color Cylindrical-coordinate representation of color #D49AC4: hue angle of 316.55º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AC4 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 196 -
CMYK 0 0.27 0.08 0.17
HSL 316.55º 0.4% 0.72% -
HSV(B) 316.55º 0.27% 0.83% -
XYZ 48.67 41.09 57.59 -
YUV 176.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 212 154 196 0 0.27 0.08 0.17 316.55 0.4 0.72
Hex D4 9A C4 0 1B 8 11 13D 28 48
Octal 324 232 304 0 33 10 21 475 50 110
Binary 11010100 10011010 11000100 0 11011 1000 10001 100111101 101000 1001000

Color Harmonies of #D49AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AC4

Black with #D49AC4

Text Example


Text Example

White with #D49AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AC4; }

 p { color: rgb(212,154,196); }

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

background-color css

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

 a { background-color: rgb(212,154,196); }

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

border-color css

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

 span { border-color: rgb(212,154,196); }

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