Html Css Color HEX #D59AF8 Mauve

📋 copy color: '#D59AF8'

red 213 ◦ green 154 ◦ blue 248

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

Shades of Mauve #D59AF8

Tints of Mauve #D59AF8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.04%

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 34.63%
G = 25.04%
B = 40.33%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D59AF8 (or 0xD59AF8) is known color: Mauve. HEX triplet: D5, 9A and F8. RGB value is (213,154,248). Sum of RGB (Red+Green+Blue) = 213+154+248=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #D59AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AF8 is #2A6507. Grayscale: #B6B6B6. Windows color (decimal): -2778376 or 16292565. OLE color: 16292565.

HSL color Cylindrical-coordinate representation of color #D59AF8: hue angle of 277.66º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59AF8 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 154 248 -
CMYK 0.14 0.38 0 0.03
HSL 277.66º 0.87% 0.79% -
HSV(B) 277.66º 0.38% 0.97% -
XYZ 55.94 44.03 94.36 -
YUV 182.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 213 154 248 0.14 0.38 0 0.03 277.66 0.87 0.79
Hex D5 9A F8 E 26 0 3 116 57 4F
Octal 325 232 370 16 46 0 3 426 127 117
Binary 11010101 10011010 11111000 1110 100110 0 11 100010110 1010111 1001111

Color Harmonies of #D59AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59AF8

Black with #D59AF8

Text Example


Text Example

White with #D59AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59AF8; }

 p { color: rgb(213,154,248); }

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

background-color css

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

 a { background-color: rgb(213,154,248); }

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

border-color css

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

 span { border-color: rgb(213,154,248); }

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