Html Css Color HEX #D5A4F1 Mauve

📋 copy color: '#D5A4F1'

red 213 ◦ green 164 ◦ blue 241

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

Shades of Mauve #D5A4F1

Tints of Mauve #D5A4F1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.54%

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

R = 34.47%
G = 26.54%
B = 39%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5A4F1 (or 0xD5A4F1) is known color: Mauve. HEX triplet: D5, A4 and F1. RGB value is (213,164,241). Sum of RGB (Red+Green+Blue) = 213+164+241=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5A4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A4F1 is #2A5B0E. Grayscale: #BBBBBB. Windows color (decimal): -2775823 or 15836373. OLE color: 15836373.

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

Color convert

RGB 213 164 241 -
CMYK 0.12 0.32 0 0.05
HSL 278.18º 0.73% 0.79% -
HSV(B) 278.18º 0.32% 0.95% -
XYZ 56.59 47.05 89.32 -
YUV 187.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 213 164 241 0.12 0.32 0 0.05 278.18 0.73 0.79
Hex D5 A4 F1 C 20 0 5 116 49 4F
Octal 325 244 361 14 40 0 5 426 111 117
Binary 11010101 10100100 11110001 1100 100000 0 101 100010110 1001001 1001111

Color Harmonies of #D5A4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A4F1

Black with #D5A4F1

Text Example


Text Example

White with #D5A4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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