Html Css Color HEX #D192FD Mauve

📋 copy color: '#D192FD'

red 209 ◦ green 146 ◦ blue 253

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

Shades of Mauve #D192FD

Tints of Mauve #D192FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.61%

R = 34.38%
G = 24.01%
B = 41.61%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D192FD (or 0xD192FD) is known color: Mauve. HEX triplet: D1, 92 and FD. RGB value is (209,146,253). Sum of RGB (Red+Green+Blue) = 209+146+253=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #D192FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192FD is #2E6D02. Grayscale: #B0B0B0. Windows color (decimal): -3042563 or 16618193. OLE color: 16618193.

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

Color convert

RGB 209 146 253 -
CMYK 0.17 0.42 0 0.01
HSL 275.33º 0.96% 0.78% -
HSV(B) 275.33º 0.42% 0.99% -
XYZ 54.3 41.2 98.02 -
YUV 177.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 209 146 253 0.17 0.42 0 0.01 275.33 0.96 0.78
Hex D1 92 FD 11 2A 0 1 113 60 4E
Octal 321 222 375 21 52 0 1 423 140 116
Binary 11010001 10010010 11111101 10001 101010 0 1 100010011 1100000 1001110

Color Harmonies of #D192FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192FD

Black with #D192FD

Text Example


Text Example

White with #D192FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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