Html Css Color HEX #D59EFC Mauve

📋 copy color: '#D59EFC'

red 213 ◦ green 158 ◦ blue 252

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

Shades of Mauve #D59EFC

Tints of Mauve #D59EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 34.19%
G = 25.36%
B = 40.45%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D59EFC (or 0xD59EFC) is known color: Mauve. HEX triplet: D5, 9E and FC. RGB value is (213,158,252). Sum of RGB (Red+Green+Blue) = 213+158+252=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #D59EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EFC is #2A6103. Grayscale: #B8B8B8. Windows color (decimal): -2777348 or 16555733. OLE color: 16555733.

HSL color Cylindrical-coordinate representation of color #D59EFC: hue angle of 275.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59EFC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 158 252 -
CMYK 0.15 0.37 0 0.01
HSL 275.11º 0.94% 0.8% -
HSV(B) 275.11º 0.37% 0.99% -
XYZ 57.24 45.63 97.89 -
YUV 185.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 213 158 252 0.15 0.37 0 0.01 275.11 0.94 0.8
Hex D5 9E FC F 25 0 1 113 5E 50
Octal 325 236 374 17 45 0 1 423 136 120
Binary 11010101 10011110 11111100 1111 100101 0 1 100010011 1011110 1010000

Color Harmonies of #D59EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EFC

Black with #D59EFC

Text Example


Text Example

White with #D59EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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