Html Css Color HEX #D39DFB Mauve

📋 copy color: '#D39DFB'

red 211 ◦ green 157 ◦ blue 251

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

Shades of Mauve #D39DFB

Tints of Mauve #D39DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 34.09%
G = 25.36%
B = 40.55%

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

#D39DFB (or 0xD39DFB) is known color: Mauve. HEX triplet: D3, 9D and FB. RGB value is (211,157,251). Sum of RGB (Red+Green+Blue) = 211+157+251=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #D39DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DFB is #2C6204. Grayscale: #B7B7B7. Windows color (decimal): -2908677 or 16489939. OLE color: 16489939.

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

Color convert

RGB 211 157 251 -
CMYK 0.16 0.37 0 0.02
HSL 274.47º 0.92% 0.8% -
HSV(B) 274.47º 0.37% 0.98% -
XYZ 56.33 44.93 96.97 -
YUV 183.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 211 157 251 0.16 0.37 0 0.02 274.47 0.92 0.8
Hex D3 9D FB 10 25 0 2 112 5C 50
Octal 323 235 373 20 45 0 2 422 134 120
Binary 11010011 10011101 11111011 10000 100101 0 10 100010010 1011100 1010000

Color Harmonies of #D39DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DFB

Black with #D39DFB

Text Example


Text Example

White with #D39DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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