Html Css Color HEX #D2A5BF Maverick

📋 copy color: '#D2A5BF'

red 210 ◦ green 165 ◦ blue 191

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

Shades of Maverick #D2A5BF

Tints of Maverick #D2A5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.15%

 BLUE value IS 191 (75% from 255) = 33.75%

R = 37.1%
G = 29.15%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D2A5BF (or 0xD2A5BF) is known color: Maverick. HEX triplet: D2, A5 and BF. RGB value is (210,165,191). Sum of RGB (Red+Green+Blue) = 210+165+191=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A5BF is #2D5A40. Grayscale: #B5B5B5. Windows color (decimal): -2972225 or 12559826. OLE color: 12559826.

HSL color Cylindrical-coordinate representation of color #D2A5BF: hue angle of 325.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2A5BF is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 191 -
CMYK 0 0.21 0.09 0.18
HSL 325.33º 0.33% 0.74% -
HSV(B) 325.33º 0.21% 0.82% -
XYZ 49.44 44.37 55.25 -
YUV 181.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 210 165 191 0 0.21 0.09 0.18 325.33 0.33 0.74
Hex D2 A5 BF 0 15 9 12 145 21 4A
Octal 322 245 277 0 25 11 22 505 41 112
Binary 11010010 10100101 10111111 0 10101 1001 10010 101000101 100001 1001010

Color Harmonies of #D2A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A5BF

Black with #D2A5BF

Text Example


Text Example

White with #D2A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A5BF; }

 p { color: rgb(210,165,191); }

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

background-color css

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

 a { background-color: rgb(210,165,191); }

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

border-color css

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

 span { border-color: rgb(210,165,191); }

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