Html Css Color HEX #D39EFF Mauve

📋 copy color: '#D39EFF'

red 211 ◦ green 158 ◦ blue 255

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

Shades of Mauve #D39EFF

Tints of Mauve #D39EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.32%

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

R = 33.81%
G = 25.32%
B = 40.87%

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

#D39EFF (or 0xD39EFF) is known color: Mauve. HEX triplet: D3, 9E and FF. RGB value is (211,158,255). Sum of RGB (Red+Green+Blue) = 211+158+255=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #D39EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39EFF is #2C6100. Grayscale: #B8B8B8. Windows color (decimal): -2908417 or 16752339. OLE color: 16752339.

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

Color convert

RGB 211 158 255 -
CMYK 0.17 0.38 0 0
HSL 272.78º 1% 0.81% -
HSV(B) 272.78º 0.38% 1% -
XYZ 57.14 45.52 100.38 -
YUV 184.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 211 158 255 0.17 0.38 0 0 272.78 1 0.81
Hex D3 9E FF 11 26 0 0 111 64 51
Octal 323 236 377 21 46 0 0 421 144 121
Binary 11010011 10011110 11111111 10001 100110 0 0 100010001 1100100 1010001

Color Harmonies of #D39EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39EFF

Black with #D39EFF

Text Example


Text Example

White with #D39EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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