Html Css Color HEX #D3AFF3 Mauve

📋 copy color: '#D3AFF3'

red 211 ◦ green 175 ◦ blue 243

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

Shades of Mauve #D3AFF3

Tints of Mauve #D3AFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 33.55%
G = 27.82%
B = 38.63%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D3AFF3 (or 0xD3AFF3) is known color: Mauve. HEX triplet: D3, AF and F3. RGB value is (211,175,243). Sum of RGB (Red+Green+Blue) = 211+175+243=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFF3 is #2C500C. Grayscale: #C1C1C1. Windows color (decimal): -2904077 or 15970259. OLE color: 15970259.

HSL color Cylindrical-coordinate representation of color #D3AFF3: hue angle of 271.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3AFF3 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 175 243 -
CMYK 0.13 0.28 0 0.05
HSL 271.76º 0.74% 0.82% -
HSV(B) 271.76º 0.28% 0.95% -
XYZ 58.37 50.98 91.56 -
YUV 193.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 211 175 243 0.13 0.28 0 0.05 271.76 0.74 0.82
Hex D3 AF F3 D 1C 0 5 110 4A 52
Octal 323 257 363 15 34 0 5 420 112 122
Binary 11010011 10101111 11110011 1101 11100 0 101 100010000 1001010 1010010

Color Harmonies of #D3AFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFF3

Black with #D3AFF3

Text Example


Text Example

White with #D3AFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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