Html Css Color HEX #D5AFF1 Mauve

📋 copy color: '#D5AFF1'

red 213 ◦ green 175 ◦ blue 241

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

Shades of Mauve #D5AFF1

Tints of Mauve #D5AFF1

RGB

 RED value IS 213 (83.59% from 255) = 33.86%

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

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

R = 33.86%
G = 27.82%
B = 38.31%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5AFF1 (or 0xD5AFF1) is known color: Mauve. HEX triplet: D5, AF and F1. RGB value is (213,175,241). Sum of RGB (Red+Green+Blue) = 213+175+241=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFF1 is #2A500E. Grayscale: #C1C1C1. Windows color (decimal): -2773007 or 15839189. OLE color: 15839189.

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

Color convert

RGB 213 175 241 -
CMYK 0.12 0.27 0 0.05
HSL 274.55º 0.7% 0.82% -
HSV(B) 274.55º 0.27% 0.95% -
XYZ 58.65 51.16 90 -
YUV 193.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 213 175 241 0.12 0.27 0 0.05 274.55 0.7 0.82
Hex D5 AF F1 C 1B 0 5 113 46 52
Octal 325 257 361 14 33 0 5 423 106 122
Binary 11010101 10101111 11110001 1100 11011 0 101 100010011 1000110 1010010

Color Harmonies of #D5AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFF1

Black with #D5AFF1

Text Example


Text Example

White with #D5AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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