Html Css Color HEX #D193FC Mauve

📋 copy color: '#D193FC'

red 209 ◦ green 147 ◦ blue 252

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

Shades of Mauve #D193FC

Tints of Mauve #D193FC

RGB

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

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

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

R = 34.38%
G = 24.18%
B = 41.45%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D193FC (or 0xD193FC) is known color: Mauve. HEX triplet: D1, 93 and FC. RGB value is (209,147,252). Sum of RGB (Red+Green+Blue) = 209+147+252=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #D193FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193FC is #2E6C03. Grayscale: #B1B1B1. Windows color (decimal): -3042308 or 16552913. OLE color: 16552913.

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

Color convert

RGB 209 147 252 -
CMYK 0.17 0.42 0 0.01
HSL 275.43º 0.95% 0.78% -
HSV(B) 275.43º 0.42% 0.99% -
XYZ 54.3 41.45 97.23 -
YUV 177.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 209 147 252 0.17 0.42 0 0.01 275.43 0.95 0.78
Hex D1 93 FC 11 2A 0 1 113 5F 4E
Octal 321 223 374 21 52 0 1 423 137 116
Binary 11010001 10010011 11111100 10001 101010 0 1 100010011 1011111 1001110

Color Harmonies of #D193FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193FC

Black with #D193FC

Text Example


Text Example

White with #D193FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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