Html Css Color HEX #D39EFD Mauve

📋 copy color: '#D39EFD'

red 211 ◦ green 158 ◦ blue 253

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

Shades of Mauve #D39EFD

Tints of Mauve #D39EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.4%

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

R = 33.92%
G = 25.4%
B = 40.68%

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

#D39EFD (or 0xD39EFD) is known color: Mauve. HEX triplet: D3, 9E and FD. RGB value is (211,158,253). Sum of RGB (Red+Green+Blue) = 211+158+253=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #D39EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39EFD is #2C6102. Grayscale: #B8B8B8. Windows color (decimal): -2908419 or 16621267. OLE color: 16621267.

HSL color Cylindrical-coordinate representation of color #D39EFD: hue angle of 273.47º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D39EFD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 158 253 -
CMYK 0.17 0.38 0 0.01
HSL 273.47º 0.96% 0.81% -
HSV(B) 273.47º 0.38% 0.99% -
XYZ 56.82 45.39 98.7 -
YUV 184.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 211 158 253 0.17 0.38 0 0.01 273.47 0.96 0.81
Hex D3 9E FD 11 26 0 1 111 60 51
Octal 323 236 375 21 46 0 1 421 140 121
Binary 11010011 10011110 11111101 10001 100110 0 1 100010001 1100000 1010001

Color Harmonies of #D39EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39EFD

Black with #D39EFD

Text Example


Text Example

White with #D39EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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