Html Css Color HEX #D39DFA Mauve

📋 copy color: '#D39DFA'

red 211 ◦ green 157 ◦ blue 250

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

Shades of Mauve #D39DFA

Tints of Mauve #D39DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 34.14%
G = 25.4%
B = 40.45%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D39DFA (or 0xD39DFA) is known color: Mauve. HEX triplet: D3, 9D and FA. RGB value is (211,157,250). Sum of RGB (Red+Green+Blue) = 211+157+250=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #D39DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DFA is #2C6205. Grayscale: #B7B7B7. Windows color (decimal): -2908678 or 16424403. OLE color: 16424403.

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

Color convert

RGB 211 157 250 -
CMYK 0.16 0.37 0 0.02
HSL 274.84º 0.9% 0.8% -
HSV(B) 274.84º 0.37% 0.98% -
XYZ 56.18 44.86 96.14 -
YUV 183.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 211 157 250 0.16 0.37 0 0.02 274.84 0.9 0.8
Hex D3 9D FA 10 25 0 2 113 5A 50
Octal 323 235 372 20 45 0 2 423 132 120
Binary 11010011 10011101 11111010 10000 100101 0 10 100010011 1011010 1010000

Color Harmonies of #D39DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DFA

Black with #D39DFA

Text Example


Text Example

White with #D39DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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