Html Css Color HEX #D5A3C9 Maverick

📋 copy color: '#D5A3C9'

red 213 ◦ green 163 ◦ blue 201

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

Shades of Maverick #D5A3C9

Tints of Maverick #D5A3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.25%

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 36.92%
G = 28.25%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5A3C9 (or 0xD5A3C9) is known color: Maverick. HEX triplet: D5, A3 and C9. RGB value is (213,163,201). Sum of RGB (Red+Green+Blue) = 213+163+201=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A3C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A3C9 is #2A5C36. Grayscale: #B6B6B6. Windows color (decimal): -2776119 or 13214677. OLE color: 13214677.

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

Color convert

RGB 213 163 201 -
CMYK 0 0.23 0.06 0.16
HSL 314.4º 0.37% 0.74% -
HSV(B) 314.4º 0.23% 0.84% -
XYZ 51.08 44.56 61.17 -
YUV 182.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 213 163 201 0 0.23 0.06 0.16 314.4 0.37 0.74
Hex D5 A3 C9 0 17 6 10 13A 25 4A
Octal 325 243 311 0 27 6 20 472 45 112
Binary 11010101 10100011 11001001 0 10111 110 10000 100111010 100101 1001010

Color Harmonies of #D5A3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A3C9

Black with #D5A3C9

Text Example


Text Example

White with #D5A3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A3C9; }

 p { color: rgb(213,163,201); }

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

background-color css

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

 a { background-color: rgb(213,163,201); }

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

border-color css

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

 span { border-color: rgb(213,163,201); }

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