Html Css Color HEX #D193FE Mauve

📋 copy color: '#D193FE'

red 209 ◦ green 147 ◦ blue 254

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

Shades of Mauve #D193FE

Tints of Mauve #D193FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.1%

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 34.26%
G = 24.1%
B = 41.64%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D193FE (or 0xD193FE) is known color: Mauve. HEX triplet: D1, 93 and FE. RGB value is (209,147,254). Sum of RGB (Red+Green+Blue) = 209+147+254=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #D193FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193FE is #2E6C01. Grayscale: #B1B1B1. Windows color (decimal): -3042306 or 16683985. OLE color: 16683985.

HSL color Cylindrical-coordinate representation of color #D193FE: hue angle of 274.77º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D193FE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 147 254 -
CMYK 0.18 0.42 0 0.00
HSL 274.77º 0.98% 0.79% -
HSV(B) 274.77º 0.42% 1% -
XYZ 54.62 41.58 98.91 -
YUV 177.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 209 147 254 0.18 0.42 0 0.00 274.77 0.98 0.79
Hex D1 93 FE 12 2A 0 0 113 62 4F
Octal 321 223 376 22 52 0 0 423 142 117
Binary 11010001 10010011 11111110 10010 101010 0 0 100010011 1100010 1001111

Color Harmonies of #D193FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193FE

Black with #D193FE

Text Example


Text Example

White with #D193FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193FE; }

 p { color: rgb(209,147,254); }

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

background-color css

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

 a { background-color: rgb(209,147,254); }

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

border-color css

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

 span { border-color: rgb(209,147,254); }

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