Html Css Color HEX #D59DFD Mauve

📋 copy color: '#D59DFD'

red 213 ◦ green 157 ◦ blue 253

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

Shades of Mauve #D59DFD

Tints of Mauve #D59DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 34.19%
G = 25.2%
B = 40.61%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D59DFD (or 0xD59DFD) is known color: Mauve. HEX triplet: D5, 9D and FD. RGB value is (213,157,253). Sum of RGB (Red+Green+Blue) = 213+157+253=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #D59DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DFD is #2A6202. Grayscale: #B8B8B8. Windows color (decimal): -2777603 or 16621013. OLE color: 16621013.

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

Color convert

RGB 213 157 253 -
CMYK 0.16 0.38 0 0.01
HSL 275º 0.96% 0.8% -
HSV(B) 275º 0.38% 0.99% -
XYZ 57.23 45.35 98.67 -
YUV 184.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 213 157 253 0.16 0.38 0 0.01 275 0.96 0.8
Hex D5 9D FD 10 26 0 1 113 60 50
Octal 325 235 375 20 46 0 1 423 140 120
Binary 11010101 10011101 11111101 10000 100110 0 1 100010011 1100000 1010000

Color Harmonies of #D59DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DFD

Black with #D59DFD

Text Example


Text Example

White with #D59DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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