Html Css Color HEX #D59FFB Mauve

📋 copy color: '#D59FFB'

red 213 ◦ green 159 ◦ blue 251

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

Shades of Mauve #D59FFB

Tints of Mauve #D59FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.52%

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

R = 34.19%
G = 25.52%
B = 40.29%

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

#D59FFB (or 0xD59FFB) is known color: Mauve. HEX triplet: D5, 9F and FB. RGB value is (213,159,251). Sum of RGB (Red+Green+Blue) = 213+159+251=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #D59FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FFB is #2A6004. Grayscale: #B9B9B9. Windows color (decimal): -2777093 or 16490453. OLE color: 16490453.

HSL color Cylindrical-coordinate representation of color #D59FFB: hue angle of 275.22º 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 #D59FFB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 159 251 -
CMYK 0.15 0.37 0 0.02
HSL 275.22º 0.92% 0.8% -
HSV(B) 275.22º 0.37% 0.98% -
XYZ 57.25 45.91 97.11 -
YUV 185.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 213 159 251 0.15 0.37 0 0.02 275.22 0.92 0.8
Hex D5 9F FB F 25 0 2 113 5C 50
Octal 325 237 373 17 45 0 2 423 134 120
Binary 11010101 10011111 11111011 1111 100101 0 10 100010011 1011100 1010000

Color Harmonies of #D59FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FFB

Black with #D59FFB

Text Example


Text Example

White with #D59FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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