Html Css Color HEX #D59FFC Mauve

📋 copy color: '#D59FFC'

red 213 ◦ green 159 ◦ blue 252

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

Shades of Mauve #D59FFC

Tints of Mauve #D59FFC

RGB

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

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

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

R = 34.13%
G = 25.48%
B = 40.38%

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

#D59FFC (or 0xD59FFC) is known color: Mauve. HEX triplet: D5, 9F and FC. RGB value is (213,159,252). Sum of RGB (Red+Green+Blue) = 213+159+252=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #D59FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FFC is #2A6003. Grayscale: #B9B9B9. Windows color (decimal): -2777092 or 16555989. OLE color: 16555989.

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

Color convert

RGB 213 159 252 -
CMYK 0.15 0.37 0 0.01
HSL 274.84º 0.94% 0.81% -
HSV(B) 274.84º 0.37% 0.99% -
XYZ 57.41 45.97 97.94 -
YUV 185.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 213 159 252 0.15 0.37 0 0.01 274.84 0.94 0.81
Hex D5 9F FC F 25 0 1 113 5E 51
Octal 325 237 374 17 45 0 1 423 136 121
Binary 11010101 10011111 11111100 1111 100101 0 1 100010011 1011110 1010001

Color Harmonies of #D59FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FFC

Black with #D59FFC

Text Example


Text Example

White with #D59FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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