Html Css Color HEX #D2A2C7 Maverick

📋 copy color: '#D2A2C7'

red 210 ◦ green 162 ◦ blue 199

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

Shades of Maverick #D2A2C7

Tints of Maverick #D2A2C7

RGB

 RED value IS 210 (82.42% from 255) = 36.78%

 GREEN value IS 162 (63.67% from 255) = 28.37%

 BLUE value IS 199 (78.13% from 255) = 34.85%

R = 36.78%
G = 28.37%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D2A2C7 (or 0xD2A2C7) is known color: Maverick. HEX triplet: D2, A2 and C7. RGB value is (210,162,199). Sum of RGB (Red+Green+Blue) = 210+162+199=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A2C7 is #2D5D38. Grayscale: #B4B4B4. Windows color (decimal): -2972985 or 13083346. OLE color: 13083346.

HSL color Cylindrical-coordinate representation of color #D2A2C7: hue angle of 313.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A2C7 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 162 199 -
CMYK 0 0.23 0.05 0.18
HSL 313.75º 0.35% 0.73% -
HSV(B) 313.75º 0.23% 0.82% -
XYZ 49.81 43.67 59.84 -
YUV 180.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 210 162 199 0 0.23 0.05 0.18 313.75 0.35 0.73
Hex D2 A2 C7 0 17 5 12 13A 23 49
Octal 322 242 307 0 27 5 22 472 43 111
Binary 11010010 10100010 11000111 0 10111 101 10010 100111010 100011 1001001

Color Harmonies of #D2A2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A2C7

Black with #D2A2C7

Text Example


Text Example

White with #D2A2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A2C7; }

 p { color: rgb(210,162,199); }

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

background-color css

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

 a { background-color: rgb(210,162,199); }

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

border-color css

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

 span { border-color: rgb(210,162,199); }

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