Html Css Color HEX #D4A3BD Maverick

📋 copy color: '#D4A3BD'

red 212 ◦ green 163 ◦ blue 189

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

Shades of Maverick #D4A3BD

Tints of Maverick #D4A3BD

RGB

 RED value IS 212 (83.2% from 255) = 37.59%

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

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 37.59%
G = 28.9%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4A3BD (or 0xD4A3BD) is known color: Maverick. HEX triplet: D4, A3 and BD. RGB value is (212,163,189). Sum of RGB (Red+Green+Blue) = 212+163+189=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3BD is #2B5C42. Grayscale: #B4B4B4. Windows color (decimal): -2841667 or 12428244. OLE color: 12428244.

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

Color convert

RGB 212 163 189 -
CMYK 0 0.23 0.11 0.17
HSL 328.16º 0.36% 0.74% -
HSV(B) 328.16º 0.23% 0.83% -
XYZ 49.43 43.87 54.01 -
YUV 180.62 132.73 150.39 -
System Red Green Blue C M Y K H S L
Decimal 212 163 189 0 0.23 0.11 0.17 328.16 0.36 0.74
Hex D4 A3 BD 0 17 B 11 148 24 4A
Octal 324 243 275 0 27 13 21 510 44 112
Binary 11010100 10100011 10111101 0 10111 1011 10001 101001000 100100 1001010

Color Harmonies of #D4A3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3BD

Black with #D4A3BD

Text Example


Text Example

White with #D4A3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3BD; }

 p { color: rgb(212,163,189); }

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

background-color css

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

 a { background-color: rgb(212,163,189); }

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

border-color css

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

 span { border-color: rgb(212,163,189); }

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