Html Css Color HEX #D3A1C2 Maverick

📋 copy color: '#D3A1C2'

red 211 ◦ green 161 ◦ blue 194

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

Shades of Maverick #D3A1C2

Tints of Maverick #D3A1C2

RGB

 RED value IS 211 (82.81% from 255) = 37.28%

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

 BLUE value IS 194 (76.17% from 255) = 34.28%

R = 37.28%
G = 28.45%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D3A1C2 (or 0xD3A1C2) is known color: Maverick. HEX triplet: D3, A1 and C2. RGB value is (211,161,194). Sum of RGB (Red+Green+Blue) = 211+161+194=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A1C2 is #2C5E3D. Grayscale: #B3B3B3. Windows color (decimal): -2907710 or 12755411. OLE color: 12755411.

HSL color Cylindrical-coordinate representation of color #D3A1C2: hue angle of 320.4º degrees, saturation: 0.36, 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 #D3A1C2 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 161 194 -
CMYK 0 0.24 0.08 0.17
HSL 320.4º 0.36% 0.73% -
HSV(B) 320.4º 0.24% 0.83% -
XYZ 49.35 43.23 56.78 -
YUV 179.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 211 161 194 0 0.24 0.08 0.17 320.4 0.36 0.73
Hex D3 A1 C2 0 18 8 11 140 24 49
Octal 323 241 302 0 30 10 21 500 44 111
Binary 11010011 10100001 11000010 0 11000 1000 10001 101000000 100100 1001001

Color Harmonies of #D3A1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A1C2

Black with #D3A1C2

Text Example


Text Example

White with #D3A1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A1C2; }

 p { color: rgb(211,161,194); }

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

background-color css

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

 a { background-color: rgb(211,161,194); }

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

border-color css

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

 span { border-color: rgb(211,161,194); }

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