Html Css Color HEX #D59EF5 Mauve

📋 copy color: '#D59EF5'

red 213 ◦ green 158 ◦ blue 245

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

Shades of Mauve #D59EF5

Tints of Mauve #D59EF5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

 BLUE value IS 245 (96.09% from 255) = 39.77%

R = 34.58%
G = 25.65%
B = 39.77%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D59EF5 (or 0xD59EF5) is known color: Mauve. HEX triplet: D5, 9E and F5. RGB value is (213,158,245). Sum of RGB (Red+Green+Blue) = 213+158+245=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #D59EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EF5 is #2A610A. Grayscale: #B8B8B8. Windows color (decimal): -2777355 or 16096981. OLE color: 16096981.

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

Color convert

RGB 213 158 245 -
CMYK 0.13 0.36 0 0.04
HSL 277.93º 0.81% 0.79% -
HSV(B) 277.93º 0.36% 0.96% -
XYZ 56.15 45.19 92.15 -
YUV 184.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 213 158 245 0.13 0.36 0 0.04 277.93 0.81 0.79
Hex D5 9E F5 D 24 0 4 116 51 4F
Octal 325 236 365 15 44 0 4 426 121 117
Binary 11010101 10011110 11110101 1101 100100 0 100 100010110 1010001 1001111

Color Harmonies of #D59EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EF5

Black with #D59EF5

Text Example


Text Example

White with #D59EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EF5; }

 p { color: rgb(213,158,245); }

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

background-color css

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

 a { background-color: rgb(213,158,245); }

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

border-color css

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

 span { border-color: rgb(213,158,245); }

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