Html Css Color HEX #D5A2C3 Maverick

📋 copy color: '#D5A2C3'

red 213 ◦ green 162 ◦ blue 195

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

Shades of Maverick #D5A2C3

Tints of Maverick #D5A2C3

RGB

 RED value IS 213 (83.59% from 255) = 37.37%

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

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

R = 37.37%
G = 28.42%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D5A2C3 (or 0xD5A2C3) is known color: Maverick. HEX triplet: D5, A2 and C3. RGB value is (213,162,195). Sum of RGB (Red+Green+Blue) = 213+162+195=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A2C3 is #2A5D3C. Grayscale: #B4B4B4. Windows color (decimal): -2776381 or 12821205. OLE color: 12821205.

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

Color convert

RGB 213 162 195 -
CMYK 0 0.24 0.08 0.16
HSL 321.18º 0.38% 0.74% -
HSV(B) 321.18º 0.24% 0.84% -
XYZ 50.21 43.93 57.46 -
YUV 181.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 213 162 195 0 0.24 0.08 0.16 321.18 0.38 0.74
Hex D5 A2 C3 0 18 8 10 141 26 4A
Octal 325 242 303 0 30 10 20 501 46 112
Binary 11010101 10100010 11000011 0 11000 1000 10000 101000001 100110 1001010

Color Harmonies of #D5A2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A2C3

Black with #D5A2C3

Text Example


Text Example

White with #D5A2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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