Html Css Color HEX #D194FE Mauve

📋 copy color: '#D194FE'

red 209 ◦ green 148 ◦ blue 254

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

Shades of Mauve #D194FE

Tints of Mauve #D194FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.22%

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

R = 34.21%
G = 24.22%
B = 41.57%

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

#D194FE (or 0xD194FE) is known color: Mauve. HEX triplet: D1, 94 and FE. RGB value is (209,148,254). Sum of RGB (Red+Green+Blue) = 209+148+254=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #D194FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194FE is #2E6B01. Grayscale: #B1B1B1. Windows color (decimal): -3042050 or 16684241. OLE color: 16684241.

HSL color Cylindrical-coordinate representation of color #D194FE: hue angle of 274.53º 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 #D194FE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 148 254 -
CMYK 0.18 0.42 0 0.00
HSL 274.53º 0.98% 0.79% -
HSV(B) 274.53º 0.42% 1% -
XYZ 54.77 41.89 98.96 -
YUV 178.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 209 148 254 0.18 0.42 0 0.00 274.53 0.98 0.79
Hex D1 94 FE 12 2A 0 0 113 62 4F
Octal 321 224 376 22 52 0 0 423 142 117
Binary 11010001 10010100 11111110 10010 101010 0 0 100010011 1100010 1001111

Color Harmonies of #D194FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194FE

Black with #D194FE

Text Example


Text Example

White with #D194FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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