Html Css Color HEX #D3AFFA Mauve

📋 copy color: '#D3AFFA'

red 211 ◦ green 175 ◦ blue 250

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

Shades of Mauve #D3AFFA

Tints of Mauve #D3AFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 33.18%
G = 27.52%
B = 39.31%

CMYK

 C value IS 0.16

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3AFFA (or 0xD3AFFA) is known color: Mauve. HEX triplet: D3, AF and FA. RGB value is (211,175,250). Sum of RGB (Red+Green+Blue) = 211+175+250=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFFA is #2C5005. Grayscale: #C2C2C2. Windows color (decimal): -2904070 or 16429011. OLE color: 16429011.

HSL color Cylindrical-coordinate representation of color #D3AFFA: hue angle of 268.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3AFFA is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 175 250 -
CMYK 0.16 0.3 0 0.02
HSL 268.8º 0.88% 0.83% -
HSV(B) 268.8º 0.3% 0.98% -
XYZ 59.45 51.41 97.23 -
YUV 194.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 211 175 250 0.16 0.3 0 0.02 268.8 0.88 0.83
Hex D3 AF FA 10 1E 0 2 10D 58 53
Octal 323 257 372 20 36 0 2 415 130 123
Binary 11010011 10101111 11111010 10000 11110 0 10 100001101 1011000 1010011

Color Harmonies of #D3AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFFA

Black with #D3AFFA

Text Example


Text Example

White with #D3AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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