Html Css Color HEX #D39CFD Mauve

📋 copy color: '#D39CFD'

red 211 ◦ green 156 ◦ blue 253

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

Shades of Mauve #D39CFD

Tints of Mauve #D39CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 34.03%
G = 25.16%
B = 40.81%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D39CFD (or 0xD39CFD) is known color: Mauve. HEX triplet: D3, 9C and FD. RGB value is (211,156,253). Sum of RGB (Red+Green+Blue) = 211+156+253=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #D39CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CFD is #2C6302. Grayscale: #B7B7B7. Windows color (decimal): -2908931 or 16620755. OLE color: 16620755.

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

Color convert

RGB 211 156 253 -
CMYK 0.17 0.38 0 0.01
HSL 274.02º 0.96% 0.8% -
HSV(B) 274.02º 0.38% 0.99% -
XYZ 56.48 44.72 98.58 -
YUV 183.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 211 156 253 0.17 0.38 0 0.01 274.02 0.96 0.8
Hex D3 9C FD 11 26 0 1 112 60 50
Octal 323 234 375 21 46 0 1 422 140 120
Binary 11010011 10011100 11111101 10001 100110 0 1 100010010 1100000 1010000

Color Harmonies of #D39CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CFD

Black with #D39CFD

Text Example


Text Example

White with #D39CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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