Html Css Color HEX #D19EFD Mauve

📋 copy color: '#D19EFD'

red 209 ◦ green 158 ◦ blue 253

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

Shades of Mauve #D19EFD

Tints of Mauve #D19EFD

RGB

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

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

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

R = 33.71%
G = 25.48%
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

#D19EFD (or 0xD19EFD) is known color: Mauve. HEX triplet: D1, 9E and FD. RGB value is (209,158,253). Sum of RGB (Red+Green+Blue) = 209+158+253=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 158 (62.11% from 255 or 25.48% 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 #D19EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19EFD is #2E6102. Grayscale: #B7B7B7. Windows color (decimal): -3039491 or 16621265. OLE color: 16621265.

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

Color convert

RGB 209 158 253 -
CMYK 0.17 0.38 0 0.01
HSL 272.21º 0.96% 0.81% -
HSV(B) 272.21º 0.38% 0.99% -
XYZ 56.25 45.1 98.67 -
YUV 184.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 209 158 253 0.17 0.38 0 0.01 272.21 0.96 0.81
Hex D1 9E FD 11 26 0 1 110 60 51
Octal 321 236 375 21 46 0 1 420 140 121
Binary 11010001 10011110 11111101 10001 100110 0 1 100010000 1100000 1010001

Color Harmonies of #D19EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19EFD

Black with #D19EFD

Text Example


Text Example

White with #D19EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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