Html Css Color HEX #D192FB Mauve

📋 copy color: '#D192FB'

red 209 ◦ green 146 ◦ blue 251

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

Shades of Mauve #D192FB

Tints of Mauve #D192FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.42%

R = 34.49%
G = 24.09%
B = 41.42%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D192FB (or 0xD192FB) is known color: Mauve. HEX triplet: D1, 92 and FB. RGB value is (209,146,251). Sum of RGB (Red+Green+Blue) = 209+146+251=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #D192FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192FB is #2E6D04. Grayscale: #B0B0B0. Windows color (decimal): -3042565 or 16487121. OLE color: 16487121.

HSL color Cylindrical-coordinate representation of color #D192FB: hue angle of 276º degrees, saturation: 0.93, 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 #D192FB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 146 251 -
CMYK 0.17 0.42 0 0.02
HSL 276º 0.93% 0.78% -
HSV(B) 276º 0.42% 0.98% -
XYZ 53.99 41.08 96.35 -
YUV 176.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 209 146 251 0.17 0.42 0 0.02 276 0.93 0.78
Hex D1 92 FB 11 2A 0 2 114 5D 4E
Octal 321 222 373 21 52 0 2 424 135 116
Binary 11010001 10010010 11111011 10001 101010 0 10 100010100 1011101 1001110

Color Harmonies of #D192FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192FB

Black with #D192FB

Text Example


Text Example

White with #D192FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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