Html Css Color HEX #D39BFA Mauve

📋 copy color: '#D39BFA'

red 211 ◦ green 155 ◦ blue 250

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

Shades of Mauve #D39BFA

Tints of Mauve #D39BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.16%

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

R = 34.25%
G = 25.16%
B = 40.58%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D39BFA (or 0xD39BFA) is known color: Mauve. HEX triplet: D3, 9B and FA. RGB value is (211,155,250). Sum of RGB (Red+Green+Blue) = 211+155+250=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #D39BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39BFA is #2C6405. Grayscale: #B6B6B6. Windows color (decimal): -2909190 or 16423891. OLE color: 16423891.

HSL color Cylindrical-coordinate representation of color #D39BFA: hue angle of 275.37º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D39BFA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 155 250 -
CMYK 0.16 0.38 0 0.02
HSL 275.37º 0.9% 0.79% -
HSV(B) 275.37º 0.38% 0.98% -
XYZ 55.84 44.19 96.03 -
YUV 182.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 211 155 250 0.16 0.38 0 0.02 275.37 0.9 0.79
Hex D3 9B FA 10 26 0 2 113 5A 4F
Octal 323 233 372 20 46 0 2 423 132 117
Binary 11010011 10011011 11111010 10000 100110 0 10 100010011 1011010 1001111

Color Harmonies of #D39BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39BFA

Black with #D39BFA

Text Example


Text Example

White with #D39BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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