Html Css Color HEX #D192FA Mauve

📋 copy color: '#D192FA'

red 209 ◦ green 146 ◦ blue 250

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

Shades of Mauve #D192FA

Tints of Mauve #D192FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 34.55%
G = 24.13%
B = 41.32%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D192FA (or 0xD192FA) is known color: Mauve. HEX triplet: D1, 92 and FA. RGB value is (209,146,250). Sum of RGB (Red+Green+Blue) = 209+146+250=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D192FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192FA is #2E6D05. Grayscale: #B0B0B0. Windows color (decimal): -3042566 or 16421585. OLE color: 16421585.

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

Color convert

RGB 209 146 250 -
CMYK 0.16 0.42 0 0.02
HSL 276.35º 0.91% 0.78% -
HSV(B) 276.35º 0.42% 0.98% -
XYZ 53.83 41.02 95.52 -
YUV 176.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 209 146 250 0.16 0.42 0 0.02 276.35 0.91 0.78
Hex D1 92 FA 10 2A 0 2 114 5B 4E
Octal 321 222 372 20 52 0 2 424 133 116
Binary 11010001 10010010 11111010 10000 101010 0 10 100010100 1011011 1001110

Color Harmonies of #D192FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192FA

Black with #D192FA

Text Example


Text Example

White with #D192FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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