Html Css Color HEX #D193FB Mauve

📋 copy color: '#D193FB'

red 209 ◦ green 147 ◦ blue 251

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

Shades of Mauve #D193FB

Tints of Mauve #D193FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.35%

R = 34.43%
G = 24.22%
B = 41.35%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D193FB (or 0xD193FB) is known color: Mauve. HEX triplet: D1, 93 and FB. RGB value is (209,147,251). Sum of RGB (Red+Green+Blue) = 209+147+251=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #D193FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D193FB is #2E6C04. Grayscale: #B1B1B1. Windows color (decimal): -3042309 or 16487377. OLE color: 16487377.

HSL color Cylindrical-coordinate representation of color #D193FB: hue angle of 275.77º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D193FB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 147 251 -
CMYK 0.17 0.41 0 0.02
HSL 275.77º 0.93% 0.78% -
HSV(B) 275.77º 0.41% 0.98% -
XYZ 54.14 41.39 96.4 -
YUV 177.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 209 147 251 0.17 0.41 0 0.02 275.77 0.93 0.78
Hex D1 93 FB 11 29 0 2 114 5D 4E
Octal 321 223 373 21 51 0 2 424 135 116
Binary 11010001 10010011 11111011 10001 101001 0 10 100010100 1011101 1001110

Color Harmonies of #D193FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193FB

Black with #D193FB

Text Example


Text Example

White with #D193FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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