Html Css Color HEX #D39DFF Mauve

📋 copy color: '#D39DFF'

red 211 ◦ green 157 ◦ blue 255

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

Shades of Mauve #D39DFF

Tints of Mauve #D39DFF

RGB

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

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

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

R = 33.87%
G = 25.2%
B = 40.93%

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

#D39DFF (or 0xD39DFF) is known color: Mauve. HEX triplet: D3, 9D and FF. RGB value is (211,157,255). Sum of RGB (Red+Green+Blue) = 211+157+255=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #D39DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DFF is #2C6200. Grayscale: #B7B7B7. Windows color (decimal): -2908673 or 16752083. OLE color: 16752083.

HSL color Cylindrical-coordinate representation of color #D39DFF: hue angle of 273.06º 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 #D39DFF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 157 255 -
CMYK 0.17 0.38 0 0
HSL 273.06º 1% 0.81% -
HSV(B) 273.06º 0.38% 1% -
XYZ 56.97 45.18 100.33 -
YUV 184.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 211 157 255 0.17 0.38 0 0 273.06 1 0.81
Hex D3 9D FF 11 26 0 0 111 64 51
Octal 323 235 377 21 46 0 0 421 144 121
Binary 11010011 10011101 11111111 10001 100110 0 0 100010001 1100100 1010001

Color Harmonies of #D39DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DFF

Black with #D39DFF

Text Example


Text Example

White with #D39DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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