Html Css Color HEX #D39AFF Mauve

📋 copy color: '#D39AFF'

red 211 ◦ green 154 ◦ blue 255

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

Shades of Mauve #D39AFF

Tints of Mauve #D39AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 34.03%
G = 24.84%
B = 41.13%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D39AFF (or 0xD39AFF) is known color: Mauve. HEX triplet: D3, 9A and FF. RGB value is (211,154,255). Sum of RGB (Red+Green+Blue) = 211+154+255=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #D39AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AFF is #2C6500. Grayscale: #B6B6B6. Windows color (decimal): -2909441 or 16751315. OLE color: 16751315.

HSL color Cylindrical-coordinate representation of color #D39AFF: hue angle of 273.86º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D39AFF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 154 255 -
CMYK 0.17 0.40 0 0
HSL 273.86º 1% 0.8% -
HSV(B) 273.86º 0.4% 1% -
XYZ 56.47 44.18 100.16 -
YUV 182.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 211 154 255 0.17 0.40 0 0 273.86 1 0.8
Hex D3 9A FF 11 28 0 0 112 64 50
Octal 323 232 377 21 50 0 0 422 144 120
Binary 11010011 10011010 11111111 10001 101000 0 0 100010010 1100100 1010000

Color Harmonies of #D39AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39AFF

Black with #D39AFF

Text Example


Text Example

White with #D39AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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