Html Css Color HEX #D193FF Mauve

📋 copy color: '#D193FF'

red 209 ◦ green 147 ◦ blue 255

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

Shades of Mauve #D193FF

Tints of Mauve #D193FF

RGB

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

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

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

R = 34.21%
G = 24.06%
B = 41.73%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D193FF (or 0xD193FF) is known color: Mauve. HEX triplet: D1, 93 and FF. RGB value is (209,147,255). Sum of RGB (Red+Green+Blue) = 209+147+255=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D193FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193FF is #2E6C00. Grayscale: #B1B1B1. Windows color (decimal): -3042305 or 16749521. OLE color: 16749521.

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

Color convert

RGB 209 147 255 -
CMYK 0.18 0.42 0 0
HSL 274.44º 1% 0.79% -
HSV(B) 274.44º 0.42% 1% -
XYZ 54.78 41.64 99.76 -
YUV 177.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 209 147 255 0.18 0.42 0 0 274.44 1 0.79
Hex D1 93 FF 12 2A 0 0 112 64 4F
Octal 321 223 377 22 52 0 0 422 144 117
Binary 11010001 10010011 11111111 10010 101010 0 0 100010010 1100100 1001111

Color Harmonies of #D193FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193FF

Black with #D193FF

Text Example


Text Example

White with #D193FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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