Html Css Color HEX #D39CFC Mauve

📋 copy color: '#D39CFC'

red 211 ◦ green 156 ◦ blue 252

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

Shades of Mauve #D39CFC

Tints of Mauve #D39CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.2%

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

R = 34.09%
G = 25.2%
B = 40.71%

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

#D39CFC (or 0xD39CFC) is known color: Mauve. HEX triplet: D3, 9C and FC. RGB value is (211,156,252). Sum of RGB (Red+Green+Blue) = 211+156+252=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #D39CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CFC is #2C6303. Grayscale: #B7B7B7. Windows color (decimal): -2908932 or 16555219. OLE color: 16555219.

HSL color Cylindrical-coordinate representation of color #D39CFC: hue angle of 274.38º 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 #D39CFC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 156 252 -
CMYK 0.16 0.38 0 0.01
HSL 274.38º 0.94% 0.8% -
HSV(B) 274.38º 0.38% 0.99% -
XYZ 56.32 44.65 97.75 -
YUV 183.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 211 156 252 0.16 0.38 0 0.01 274.38 0.94 0.8
Hex D3 9C FC 10 26 0 1 112 5E 50
Octal 323 234 374 20 46 0 1 422 136 120
Binary 11010011 10011100 11111100 10000 100110 0 1 100010010 1011110 1010000

Color Harmonies of #D39CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CFC

Black with #D39CFC

Text Example


Text Example

White with #D39CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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