Html Css Color HEX #D59EFB Mauve

📋 copy color: '#D59EFB'

red 213 ◦ green 158 ◦ blue 251

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

Shades of Mauve #D59EFB

Tints of Mauve #D59EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.35%

R = 34.24%
G = 25.4%
B = 40.35%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D59EFB (or 0xD59EFB) is known color: Mauve. HEX triplet: D5, 9E and FB. RGB value is (213,158,251). Sum of RGB (Red+Green+Blue) = 213+158+251=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #D59EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EFB is #2A6104. Grayscale: #B8B8B8. Windows color (decimal): -2777349 or 16490197. OLE color: 16490197.

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

Color convert

RGB 213 158 251 -
CMYK 0.15 0.37 0 0.02
HSL 275.48º 0.92% 0.8% -
HSV(B) 275.48º 0.37% 0.98% -
XYZ 57.08 45.56 97.05 -
YUV 185.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 213 158 251 0.15 0.37 0 0.02 275.48 0.92 0.8
Hex D5 9E FB F 25 0 2 113 5C 50
Octal 325 236 373 17 45 0 2 423 134 120
Binary 11010101 10011110 11111011 1111 100101 0 10 100010011 1011100 1010000

Color Harmonies of #D59EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EFB

Black with #D59EFB

Text Example


Text Example

White with #D59EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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