Html Css Color HEX #D59EFF Mauve

📋 copy color: '#D59EFF'

red 213 ◦ green 158 ◦ blue 255

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

Shades of Mauve #D59EFF

Tints of Mauve #D59EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.73%

R = 34.03%
G = 25.24%
B = 40.73%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D59EFF (or 0xD59EFF) is known color: Mauve. HEX triplet: D5, 9E and FF. RGB value is (213,158,255). Sum of RGB (Red+Green+Blue) = 213+158+255=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #D59EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EFF is #2A6100. Grayscale: #B9B9B9. Windows color (decimal): -2777345 or 16752341. OLE color: 16752341.

HSL color Cylindrical-coordinate representation of color #D59EFF: hue angle of 274.02º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59EFF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 158 255 -
CMYK 0.16 0.38 0 0
HSL 274.02º 1% 0.81% -
HSV(B) 274.02º 0.38% 1% -
XYZ 57.72 45.82 100.41 -
YUV 185.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 213 158 255 0.16 0.38 0 0 274.02 1 0.81
Hex D5 9E FF 10 26 0 0 112 64 51
Octal 325 236 377 20 46 0 0 422 144 121
Binary 11010101 10011110 11111111 10000 100110 0 0 100010010 1100100 1010001

Color Harmonies of #D59EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EFF

Black with #D59EFF

Text Example


Text Example

White with #D59EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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