Html Css Color HEX #D192FE Mauve

📋 copy color: '#D192FE'

red 209 ◦ green 146 ◦ blue 254

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

Shades of Mauve #D192FE

Tints of Mauve #D192FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.97%

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

R = 34.32%
G = 23.97%
B = 41.71%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D192FE (or 0xD192FE) is known color: Mauve. HEX triplet: D1, 92 and FE. RGB value is (209,146,254). Sum of RGB (Red+Green+Blue) = 209+146+254=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #D192FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192FE is #2E6D01. Grayscale: #B0B0B0. Windows color (decimal): -3042562 or 16683729. OLE color: 16683729.

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

Color convert

RGB 209 146 254 -
CMYK 0.18 0.43 0 0.00
HSL 275º 0.98% 0.78% -
HSV(B) 275º 0.43% 1% -
XYZ 54.46 41.27 98.86 -
YUV 177.15 171.37 150.72 -
System Red Green Blue C M Y K H S L
Decimal 209 146 254 0.18 0.43 0 0.00 275 0.98 0.78
Hex D1 92 FE 12 2B 0 0 113 62 4E
Octal 321 222 376 22 53 0 0 423 142 116
Binary 11010001 10010010 11111110 10010 101011 0 0 100010011 1100010 1001110

Color Harmonies of #D192FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192FE

Black with #D192FE

Text Example


Text Example

White with #D192FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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