Html Css Color HEX #D194FC Mauve

📋 copy color: '#D194FC'

red 209 ◦ green 148 ◦ blue 252

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

Shades of Mauve #D194FC

Tints of Mauve #D194FC

RGB

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

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

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

R = 34.32%
G = 24.3%
B = 41.38%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D194FC (or 0xD194FC) is known color: Mauve. HEX triplet: D1, 94 and FC. RGB value is (209,148,252). Sum of RGB (Red+Green+Blue) = 209+148+252=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #D194FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194FC is #2E6B03. Grayscale: #B1B1B1. Windows color (decimal): -3042052 or 16553169. OLE color: 16553169.

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

Color convert

RGB 209 148 252 -
CMYK 0.17 0.41 0 0.01
HSL 275.19º 0.95% 0.78% -
HSV(B) 275.19º 0.41% 0.99% -
XYZ 54.46 41.76 97.29 -
YUV 178.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 209 148 252 0.17 0.41 0 0.01 275.19 0.95 0.78
Hex D1 94 FC 11 29 0 1 113 5F 4E
Octal 321 224 374 21 51 0 1 423 137 116
Binary 11010001 10010100 11111100 10001 101001 0 1 100010011 1011111 1001110

Color Harmonies of #D194FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194FC

Black with #D194FC

Text Example


Text Example

White with #D194FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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