Html Css Color HEX #D39DFC Mauve

📋 copy color: '#D39DFC'

red 211 ◦ green 157 ◦ blue 252

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

Shades of Mauve #D39DFC

Tints of Mauve #D39DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 34.03%
G = 25.32%
B = 40.65%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D39DFC (or 0xD39DFC) is known color: Mauve. HEX triplet: D3, 9D and FC. RGB value is (211,157,252). Sum of RGB (Red+Green+Blue) = 211+157+252=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #D39DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DFC is #2C6203. Grayscale: #B7B7B7. Windows color (decimal): -2908676 or 16555475. OLE color: 16555475.

HSL color Cylindrical-coordinate representation of color #D39DFC: hue angle of 274.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D39DFC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 157 252 -
CMYK 0.16 0.38 0 0.01
HSL 274.11º 0.94% 0.8% -
HSV(B) 274.11º 0.38% 0.99% -
XYZ 56.49 44.99 97.8 -
YUV 183.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 211 157 252 0.16 0.38 0 0.01 274.11 0.94 0.8
Hex D3 9D FC 10 26 0 1 112 5E 50
Octal 323 235 374 20 46 0 1 422 136 120
Binary 11010011 10011101 11111100 10000 100110 0 1 100010010 1011110 1010000

Color Harmonies of #D39DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DFC

Black with #D39DFC

Text Example


Text Example

White with #D39DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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