Html Css Color HEX #D9AFF1 Mauve

📋 copy color: '#D9AFF1'

red 217 ◦ green 175 ◦ blue 241

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

Shades of Mauve #D9AFF1

Tints of Mauve #D9AFF1

RGB

 RED value IS 217 (85.16% from 255) = 34.28%

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

 BLUE value IS 241 (94.53% from 255) = 38.07%

R = 34.28%
G = 27.65%
B = 38.07%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9AFF1 (or 0xD9AFF1) is known color: Mauve. HEX triplet: D9, AF and F1. RGB value is (217,175,241). Sum of RGB (Red+Green+Blue) = 217+175+241=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFF1 is #26500E. Grayscale: #C2C2C2. Windows color (decimal): -2510863 or 15839193. OLE color: 15839193.

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

Color convert

RGB 217 175 241 -
CMYK 0.10 0.27 0 0.05
HSL 278.18º 0.7% 0.82% -
HSV(B) 278.18º 0.27% 0.95% -
XYZ 59.82 51.76 90.06 -
YUV 195.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 217 175 241 0.10 0.27 0 0.05 278.18 0.7 0.82
Hex D9 AF F1 A 1B 0 5 116 46 52
Octal 331 257 361 12 33 0 5 426 106 122
Binary 11011001 10101111 11110001 1010 11011 0 101 100010110 1000110 1010010

Color Harmonies of #D9AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFF1

Black with #D9AFF1

Text Example


Text Example

White with #D9AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFF1; }

 p { color: rgb(217,175,241); }

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

background-color css

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

 a { background-color: rgb(217,175,241); }

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

border-color css

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

 span { border-color: rgb(217,175,241); }

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