Html Css Color HEX #D19EFC Mauve

📋 copy color: '#D19EFC'

red 209 ◦ green 158 ◦ blue 252

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

Shades of Mauve #D19EFC

Tints of Mauve #D19EFC

RGB

 RED value IS 209 (82.03% from 255) = 33.76%

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

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

R = 33.76%
G = 25.53%
B = 40.71%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D19EFC (or 0xD19EFC) is known color: Mauve. HEX triplet: D1, 9E and FC. RGB value is (209,158,252). Sum of RGB (Red+Green+Blue) = 209+158+252=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #D19EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19EFC is #2E6103. Grayscale: #B7B7B7. Windows color (decimal): -3039492 or 16555729. OLE color: 16555729.

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

Color convert

RGB 209 158 252 -
CMYK 0.17 0.37 0 0.01
HSL 272.55º 0.94% 0.8% -
HSV(B) 272.55º 0.37% 0.99% -
XYZ 56.09 45.04 97.83 -
YUV 183.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 209 158 252 0.17 0.37 0 0.01 272.55 0.94 0.8
Hex D1 9E FC 11 25 0 1 111 5E 50
Octal 321 236 374 21 45 0 1 421 136 120
Binary 11010001 10011110 11111100 10001 100101 0 1 100010001 1011110 1010000

Color Harmonies of #D19EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19EFC

Black with #D19EFC

Text Example


Text Example

White with #D19EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19EFC; }

 p { color: rgb(209,158,252); }

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

background-color css

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

 a { background-color: rgb(209,158,252); }

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

border-color css

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

 span { border-color: rgb(209,158,252); }

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