Html Css Color HEX #D3AFC9 Maverick

📋 copy color: '#D3AFC9'

red 211 ◦ green 175 ◦ blue 201

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

Shades of Maverick #D3AFC9

Tints of Maverick #D3AFC9

RGB

 RED value IS 211 (82.81% from 255) = 35.95%

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

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

R = 35.95%
G = 29.81%
B = 34.24%

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

#D3AFC9 (or 0xD3AFC9) is known color: Maverick. HEX triplet: D3, AF and C9. RGB value is (211,175,201). Sum of RGB (Red+Green+Blue) = 211+175+201=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFC9 is #2C5036. Grayscale: #BCBCBC. Windows color (decimal): -2904119 or 13217747. OLE color: 13217747.

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

Color convert

RGB 211 175 201 -
CMYK 0 0.17 0.05 0.17
HSL 316.67º 0.29% 0.76% -
HSV(B) 316.67º 0.17% 0.83% -
XYZ 52.74 48.73 61.88 -
YUV 188.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 211 175 201 0 0.17 0.05 0.17 316.67 0.29 0.76
Hex D3 AF C9 0 11 5 11 13D 1D 4C
Octal 323 257 311 0 21 5 21 475 35 114
Binary 11010011 10101111 11001001 0 10001 101 10001 100111101 11101 1001100

Color Harmonies of #D3AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFC9

Black with #D3AFC9

Text Example


Text Example

White with #D3AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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