Html Css Color HEX #D39FFF Mauve

📋 copy color: '#D39FFF'

red 211 ◦ green 159 ◦ blue 255

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

Shades of Mauve #D39FFF

Tints of Mauve #D39FFF

RGB

 RED value IS 211 (82.81% from 255) = 33.76%

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 33.76%
G = 25.44%
B = 40.8%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D39FFF (or 0xD39FFF) is known color: Mauve. HEX triplet: D3, 9F and FF. RGB value is (211,159,255). Sum of RGB (Red+Green+Blue) = 211+159+255=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D39FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FFF is #2C6000. Grayscale: #B9B9B9. Windows color (decimal): -2908161 or 16752595. OLE color: 16752595.

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

Color convert

RGB 211 159 255 -
CMYK 0.17 0.38 0 0
HSL 272.5º 1% 0.81% -
HSV(B) 272.5º 0.38% 1% -
XYZ 57.31 45.87 100.44 -
YUV 185.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 211 159 255 0.17 0.38 0 0 272.5 1 0.81
Hex D3 9F FF 11 26 0 0 110 64 51
Octal 323 237 377 21 46 0 0 420 144 121
Binary 11010011 10011111 11111111 10001 100110 0 0 100010000 1100100 1010001

Color Harmonies of #D39FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39FFF

Black with #D39FFF

Text Example


Text Example

White with #D39FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39FFF; }

 p { color: rgb(211,159,255); }

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

background-color css

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

 a { background-color: rgb(211,159,255); }

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

border-color css

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

 span { border-color: rgb(211,159,255); }

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