Html Css Color HEX #D59AF6 Mauve

📋 copy color: '#D59AF6'

red 213 ◦ green 154 ◦ blue 246

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

Shades of Mauve #D59AF6

Tints of Mauve #D59AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.13%

R = 34.75%
G = 25.12%
B = 40.13%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D59AF6 (or 0xD59AF6) is known color: Mauve. HEX triplet: D5, 9A and F6. RGB value is (213,154,246). Sum of RGB (Red+Green+Blue) = 213+154+246=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #D59AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AF6 is #2A6509. Grayscale: #B5B5B5. Windows color (decimal): -2778378 or 16161493. OLE color: 16161493.

HSL color Cylindrical-coordinate representation of color #D59AF6: hue angle of 278.48º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59AF6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 154 246 -
CMYK 0.13 0.37 0 0.04
HSL 278.48º 0.84% 0.78% -
HSV(B) 278.48º 0.37% 0.96% -
XYZ 55.63 43.91 92.73 -
YUV 182.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 213 154 246 0.13 0.37 0 0.04 278.48 0.84 0.78
Hex D5 9A F6 D 25 0 4 116 54 4E
Octal 325 232 366 15 45 0 4 426 124 116
Binary 11010101 10011010 11110110 1101 100101 0 100 100010110 1010100 1001110

Color Harmonies of #D59AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59AF6

Black with #D59AF6

Text Example


Text Example

White with #D59AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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