Html Css Color HEX #D59DFE Mauve

📋 copy color: '#D59DFE'

red 213 ◦ green 157 ◦ blue 254

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

Shades of Mauve #D59DFE

Tints of Mauve #D59DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.16%

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 34.13%
G = 25.16%
B = 40.71%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D59DFE (or 0xD59DFE) is known color: Mauve. HEX triplet: D5, 9D and FE. RGB value is (213,157,254). Sum of RGB (Red+Green+Blue) = 213+157+254=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #D59DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DFE is #2A6201. Grayscale: #B8B8B8. Windows color (decimal): -2777602 or 16686549. OLE color: 16686549.

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

Color convert

RGB 213 157 254 -
CMYK 0.16 0.38 0 0.00
HSL 274.64º 0.98% 0.81% -
HSV(B) 274.64º 0.38% 1% -
XYZ 57.39 45.42 99.51 -
YUV 184.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 213 157 254 0.16 0.38 0 0.00 274.64 0.98 0.81
Hex D5 9D FE 10 26 0 0 113 62 51
Octal 325 235 376 20 46 0 0 423 142 121
Binary 11010101 10011101 11111110 10000 100110 0 0 100010011 1100010 1010001

Color Harmonies of #D59DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DFE

Black with #D59DFE

Text Example


Text Example

White with #D59DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DFE; }

 p { color: rgb(213,157,254); }

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

background-color css

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

 a { background-color: rgb(213,157,254); }

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

border-color css

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

 span { border-color: rgb(213,157,254); }

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