Html Css Color HEX #D4A3C3 Maverick

📋 copy color: '#D4A3C3'

red 212 ◦ green 163 ◦ blue 195

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

Shades of Maverick #D4A3C3

Tints of Maverick #D4A3C3

RGB

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

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

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

R = 37.19%
G = 28.6%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4A3C3 (or 0xD4A3C3) is known color: Maverick. HEX triplet: D4, A3 and C3. RGB value is (212,163,195). Sum of RGB (Red+Green+Blue) = 212+163+195=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A3C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3C3 is #2B5C3C. Grayscale: #B5B5B5. Windows color (decimal): -2841661 or 12821460. OLE color: 12821460.

HSL color Cylindrical-coordinate representation of color #D4A3C3: hue angle of 320.82º 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 #D4A3C3 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 195 -
CMYK 0 0.23 0.08 0.17
HSL 320.82º 0.36% 0.74% -
HSV(B) 320.82º 0.23% 0.83% -
XYZ 50.1 44.13 57.51 -
YUV 181.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 212 163 195 0 0.23 0.08 0.17 320.82 0.36 0.74
Hex D4 A3 C3 0 17 8 11 141 24 4A
Octal 324 243 303 0 27 10 21 501 44 112
Binary 11010100 10100011 11000011 0 10111 1000 10001 101000001 100100 1001010

Color Harmonies of #D4A3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3C3

Black with #D4A3C3

Text Example


Text Example

White with #D4A3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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