Html Css Color HEX #D4A1C6 Maverick

📋 copy color: '#D4A1C6'

red 212 ◦ green 161 ◦ blue 198

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

Shades of Maverick #D4A1C6

Tints of Maverick #D4A1C6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.2%

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

R = 37.13%
G = 28.2%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D4A1C6 (or 0xD4A1C6) is known color: Maverick. HEX triplet: D4, A1 and C6. RGB value is (212,161,198). Sum of RGB (Red+Green+Blue) = 212+161+198=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1C6 is #2B5E39. Grayscale: #B4B4B4. Windows color (decimal): -2842170 or 13017556. OLE color: 13017556.

HSL color Cylindrical-coordinate representation of color #D4A1C6: hue angle of 316.47º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4A1C6 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 198 -
CMYK 0 0.24 0.07 0.17
HSL 316.47º 0.37% 0.73% -
HSV(B) 316.47º 0.24% 0.83% -
XYZ 50.09 43.56 59.19 -
YUV 180.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 212 161 198 0 0.24 0.07 0.17 316.47 0.37 0.73
Hex D4 A1 C6 0 18 7 11 13C 25 49
Octal 324 241 306 0 30 7 21 474 45 111
Binary 11010100 10100001 11000110 0 11000 111 10001 100111100 100101 1001001

Color Harmonies of #D4A1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A1C6

Black with #D4A1C6

Text Example


Text Example

White with #D4A1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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