Html Css Color HEX #D4A4C9 Maverick

📋 copy color: '#D4A4C9'

red 212 ◦ green 164 ◦ blue 201

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

Shades of Maverick #D4A4C9

Tints of Maverick #D4A4C9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.42%

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

R = 36.74%
G = 28.42%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4A4C9 (or 0xD4A4C9) is known color: Maverick. HEX triplet: D4, A4 and C9. RGB value is (212,164,201). Sum of RGB (Red+Green+Blue) = 212+164+201=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4C9 is #2B5B36. Grayscale: #B6B6B6. Windows color (decimal): -2841399 or 13214932. OLE color: 13214932.

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

Color convert

RGB 212 164 201 -
CMYK 0 0.23 0.05 0.17
HSL 313.75º 0.36% 0.74% -
HSV(B) 313.75º 0.23% 0.83% -
XYZ 50.97 44.77 61.21 -
YUV 182.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 212 164 201 0 0.23 0.05 0.17 313.75 0.36 0.74
Hex D4 A4 C9 0 17 5 11 13A 24 4A
Octal 324 244 311 0 27 5 21 472 44 112
Binary 11010100 10100100 11001001 0 10111 101 10001 100111010 100100 1001010

Color Harmonies of #D4A4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A4C9

Black with #D4A4C9

Text Example


Text Example

White with #D4A4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A4C9; }

 p { color: rgb(212,164,201); }

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

background-color css

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

 a { background-color: rgb(212,164,201); }

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

border-color css

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

 span { border-color: rgb(212,164,201); }

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