Html Css Color HEX #D1AFF1 Mauve

📋 copy color: '#D1AFF1'

red 209 ◦ green 175 ◦ blue 241

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

Shades of Mauve #D1AFF1

Tints of Mauve #D1AFF1

RGB

 RED value IS 209 (82.03% from 255) = 33.44%

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

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

R = 33.44%
G = 28%
B = 38.56%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D1AFF1 (or 0xD1AFF1) is known color: Mauve. HEX triplet: D1, AF and F1. RGB value is (209,175,241). Sum of RGB (Red+Green+Blue) = 209+175+241=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFF1 is #2E500E. Grayscale: #C0C0C0. Windows color (decimal): -3035151 or 15839185. OLE color: 15839185.

HSL color Cylindrical-coordinate representation of color #D1AFF1: hue angle of 270.91º 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 #D1AFF1 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 175 241 -
CMYK 0.13 0.27 0 0.05
HSL 270.91º 0.7% 0.82% -
HSV(B) 270.91º 0.27% 0.95% -
XYZ 57.5 50.57 89.95 -
YUV 192.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 209 175 241 0.13 0.27 0 0.05 270.91 0.7 0.82
Hex D1 AF F1 D 1B 0 5 10F 46 52
Octal 321 257 361 15 33 0 5 417 106 122
Binary 11010001 10101111 11110001 1101 11011 0 101 100001111 1000110 1010010

Color Harmonies of #D1AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFF1

Black with #D1AFF1

Text Example


Text Example

White with #D1AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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