Html Css Color HEX #D4AFC9 Maverick

📋 copy color: '#D4AFC9'

red 212 ◦ green 175 ◦ blue 201

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

Shades of Maverick #D4AFC9

Tints of Maverick #D4AFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.76%

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

R = 36.05%
G = 29.76%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4AFC9 (or 0xD4AFC9) is known color: Maverick. HEX triplet: D4, AF and C9. RGB value is (212,175,201). Sum of RGB (Red+Green+Blue) = 212+175+201=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFC9 is #2B5036. Grayscale: #BCBCBC. Windows color (decimal): -2838583 or 13217748. OLE color: 13217748.

HSL color Cylindrical-coordinate representation of color #D4AFC9: hue angle of 317.84º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4AFC9 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 201 -
CMYK 0 0.17 0.05 0.17
HSL 317.84º 0.3% 0.76% -
HSV(B) 317.84º 0.17% 0.83% -
XYZ 53.02 48.87 61.9 -
YUV 189.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 212 175 201 0 0.17 0.05 0.17 317.84 0.3 0.76
Hex D4 AF C9 0 11 5 11 13E 1E 4C
Octal 324 257 311 0 21 5 21 476 36 114
Binary 11010100 10101111 11001001 0 10001 101 10001 100111110 11110 1001100

Color Harmonies of #D4AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFC9

Black with #D4AFC9

Text Example


Text Example

White with #D4AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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