Html Css Color HEX #D8A7C1 Maverick

📋 copy color: '#D8A7C1'

red 216 ◦ green 167 ◦ blue 193

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

Shades of Maverick #D8A7C1

Tints of Maverick #D8A7C1

RGB

 RED value IS 216 (84.77% from 255) = 37.5%

 GREEN value IS 167 (65.63% from 255) = 28.99%

 BLUE value IS 193 (75.78% from 255) = 33.51%

R = 37.5%
G = 28.99%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D8A7C1 (or 0xD8A7C1) is known color: Maverick. HEX triplet: D8, A7 and C1. RGB value is (216,167,193). Sum of RGB (Red+Green+Blue) = 216+167+193=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A7C1 is #27583E. Grayscale: #B8B8B8. Windows color (decimal): -2578495 or 12691416. OLE color: 12691416.

HSL color Cylindrical-coordinate representation of color #D8A7C1: hue angle of 328.16º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A7C1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 193 -
CMYK 0 0.23 0.11 0.15
HSL 328.16º 0.39% 0.75% -
HSV(B) 328.16º 0.23% 0.85% -
XYZ 51.76 46.09 56.62 -
YUV 184.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 216 167 193 0 0.23 0.11 0.15 328.16 0.39 0.75
Hex D8 A7 C1 0 17 B F 148 27 4B
Octal 330 247 301 0 27 13 17 510 47 113
Binary 11011000 10100111 11000001 0 10111 1011 1111 101001000 100111 1001011

Color Harmonies of #D8A7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A7C1

Black with #D8A7C1

Text Example


Text Example

White with #D8A7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A7C1; }

 p { color: rgb(216,167,193); }

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

background-color css

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

 a { background-color: rgb(216,167,193); }

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

border-color css

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

 span { border-color: rgb(216,167,193); }

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