Html Css Color HEX #D3AFCA Maverick

📋 copy color: '#D3AFCA'

red 211 ◦ green 175 ◦ blue 202

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

Shades of Maverick #D3AFCA

Tints of Maverick #D3AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.35%

R = 35.88%
G = 29.76%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D3AFCA (or 0xD3AFCA) is known color: Maverick. HEX triplet: D3, AF and CA. RGB value is (211,175,202). Sum of RGB (Red+Green+Blue) = 211+175+202=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFCA is #2C5035. Grayscale: #BCBCBC. Windows color (decimal): -2904118 or 13283283. OLE color: 13283283.

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

Color convert

RGB 211 175 202 -
CMYK 0 0.17 0.04 0.17
HSL 315º 0.29% 0.76% -
HSV(B) 315º 0.17% 0.83% -
XYZ 52.85 48.77 62.51 -
YUV 188.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 211 175 202 0 0.17 0.04 0.17 315 0.29 0.76
Hex D3 AF CA 0 11 4 11 13B 1D 4C
Octal 323 257 312 0 21 4 21 473 35 114
Binary 11010011 10101111 11001010 0 10001 100 10001 100111011 11101 1001100

Color Harmonies of #D3AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFCA

Black with #D3AFCA

Text Example


Text Example

White with #D3AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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