Html Css Color HEX #D39BFE Mauve

📋 copy color: '#D39BFE'

red 211 ◦ green 155 ◦ blue 254

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

Shades of Mauve #D39BFE

Tints of Mauve #D39BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 34.03%
G = 25%
B = 40.97%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D39BFE (or 0xD39BFE) is known color: Mauve. HEX triplet: D3, 9B and FE. RGB value is (211,155,254). Sum of RGB (Red+Green+Blue) = 211+155+254=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D39BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39BFE is #2C6401. Grayscale: #B6B6B6. Windows color (decimal): -2909186 or 16686035. OLE color: 16686035.

HSL color Cylindrical-coordinate representation of color #D39BFE: hue angle of 273.94º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39BFE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 155 254 -
CMYK 0.17 0.39 0 0.00
HSL 273.94º 0.98% 0.8% -
HSV(B) 273.94º 0.39% 1% -
XYZ 56.47 44.45 99.37 -
YUV 183.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 211 155 254 0.17 0.39 0 0.00 273.94 0.98 0.8
Hex D3 9B FE 11 27 0 0 112 62 50
Octal 323 233 376 21 47 0 0 422 142 120
Binary 11010011 10011011 11111110 10001 100111 0 0 100010010 1100010 1010000

Color Harmonies of #D39BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39BFE

Black with #D39BFE

Text Example


Text Example

White with #D39BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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