Html Css Color HEX #D9A1C6 Maverick

📋 copy color: '#D9A1C6'

red 217 ◦ green 161 ◦ blue 198

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

Shades of Maverick #D9A1C6

Tints of Maverick #D9A1C6

RGB

 RED value IS 217 (85.16% from 255) = 37.67%

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

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

R = 37.67%
G = 27.95%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D9A1C6 (or 0xD9A1C6) is known color: Maverick. HEX triplet: D9, A1 and C6. RGB value is (217,161,198). Sum of RGB (Red+Green+Blue) = 217+161+198=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1C6 is #265E39. Grayscale: #B5B5B5. Windows color (decimal): -2514490 or 13017561. OLE color: 13017561.

HSL color Cylindrical-coordinate representation of color #D9A1C6: hue angle of 320.36º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1C6 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 161 198 -
CMYK 0 0.26 0.09 0.15
HSL 320.36º 0.42% 0.74% -
HSV(B) 320.36º 0.26% 0.85% -
XYZ 51.55 44.32 59.26 -
YUV 181.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 217 161 198 0 0.26 0.09 0.15 320.36 0.42 0.74
Hex D9 A1 C6 0 1A 9 F 140 2A 4A
Octal 331 241 306 0 32 11 17 500 52 112
Binary 11011001 10100001 11000110 0 11010 1001 1111 101000000 101010 1001010

Color Harmonies of #D9A1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1C6

Black with #D9A1C6

Text Example


Text Example

White with #D9A1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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