Html Css Color HEX #D7A2C3 Maverick

📋 copy color: '#D7A2C3'

red 215 ◦ green 162 ◦ blue 195

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

Shades of Maverick #D7A2C3

Tints of Maverick #D7A2C3

RGB

 RED value IS 215 (84.38% from 255) = 37.59%

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

 BLUE value IS 195 (76.56% from 255) = 34.09%

R = 37.59%
G = 28.32%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D7A2C3 (or 0xD7A2C3) is known color: Maverick. HEX triplet: D7, A2 and C3. RGB value is (215,162,195). Sum of RGB (Red+Green+Blue) = 215+162+195=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A2C3 is #285D3C. Grayscale: #B5B5B5. Windows color (decimal): -2645309 or 12821207. OLE color: 12821207.

HSL color Cylindrical-coordinate representation of color #D7A2C3: hue angle of 322.64º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7A2C3 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 195 -
CMYK 0 0.25 0.09 0.16
HSL 322.64º 0.4% 0.74% -
HSV(B) 322.64º 0.25% 0.84% -
XYZ 50.79 44.23 57.49 -
YUV 181.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 215 162 195 0 0.25 0.09 0.16 322.64 0.4 0.74
Hex D7 A2 C3 0 19 9 10 143 28 4A
Octal 327 242 303 0 31 11 20 503 50 112
Binary 11010111 10100010 11000011 0 11001 1001 10000 101000011 101000 1001010

Color Harmonies of #D7A2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A2C3

Black with #D7A2C3

Text Example


Text Example

White with #D7A2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A2C3; }

 p { color: rgb(215,162,195); }

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

background-color css

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

 a { background-color: rgb(215,162,195); }

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

border-color css

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

 span { border-color: rgb(215,162,195); }

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