Html Css Color HEX #D39CFB Mauve

📋 copy color: '#D39CFB'

red 211 ◦ green 156 ◦ blue 251

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

Shades of Mauve #D39CFB

Tints of Mauve #D39CFB

RGB

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

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

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

R = 34.14%
G = 25.24%
B = 40.61%

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

#D39CFB (or 0xD39CFB) is known color: Mauve. HEX triplet: D3, 9C and FB. RGB value is (211,156,251). Sum of RGB (Red+Green+Blue) = 211+156+251=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D39CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CFB is #2C6304. Grayscale: #B6B6B6. Windows color (decimal): -2908933 or 16489683. OLE color: 16489683.

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

Color convert

RGB 211 156 251 -
CMYK 0.16 0.38 0 0.02
HSL 274.74º 0.92% 0.8% -
HSV(B) 274.74º 0.38% 0.98% -
XYZ 56.17 44.59 96.91 -
YUV 183.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 211 156 251 0.16 0.38 0 0.02 274.74 0.92 0.8
Hex D3 9C FB 10 26 0 2 113 5C 50
Octal 323 234 373 20 46 0 2 423 134 120
Binary 11010011 10011100 11111011 10000 100110 0 10 100010011 1011100 1010000

Color Harmonies of #D39CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CFB

Black with #D39CFB

Text Example


Text Example

White with #D39CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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