Html Css Color HEX #D39AFC Mauve

📋 copy color: '#D39AFC'

red 211 ◦ green 154 ◦ blue 252

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

Shades of Mauve #D39AFC

Tints of Mauve #D39AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.96%

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

R = 34.2%
G = 24.96%
B = 40.84%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D39AFC (or 0xD39AFC) is known color: Mauve. HEX triplet: D3, 9A and FC. RGB value is (211,154,252). Sum of RGB (Red+Green+Blue) = 211+154+252=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #D39AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AFC is #2C6503. Grayscale: #B5B5B5. Windows color (decimal): -2909444 or 16554707. OLE color: 16554707.

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

Color convert

RGB 211 154 252 -
CMYK 0.16 0.39 0 0.01
HSL 274.9º 0.94% 0.8% -
HSV(B) 274.9º 0.39% 0.99% -
XYZ 55.99 43.99 97.64 -
YUV 182.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 211 154 252 0.16 0.39 0 0.01 274.9 0.94 0.8
Hex D3 9A FC 10 27 0 1 113 5E 50
Octal 323 232 374 20 47 0 1 423 136 120
Binary 11010011 10011010 11111100 10000 100111 0 1 100010011 1011110 1010000

Color Harmonies of #D39AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39AFC

Black with #D39AFC

Text Example


Text Example

White with #D39AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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