Html Css Color HEX #D196FA Mauve

📋 copy color: '#D196FA'

red 209 ◦ green 150 ◦ blue 250

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

Shades of Mauve #D196FA

Tints of Mauve #D196FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.63%

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

R = 34.32%
G = 24.63%
B = 41.05%

CMYK

 C value IS 0.16

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D196FA (or 0xD196FA) is known color: Mauve. HEX triplet: D1, 96 and FA. RGB value is (209,150,250). Sum of RGB (Red+Green+Blue) = 209+150+250=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #D196FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196FA is #2E6905. Grayscale: #B2B2B2. Windows color (decimal): -3041542 or 16422609. OLE color: 16422609.

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

Color convert

RGB 209 150 250 -
CMYK 0.16 0.4 0 0.02
HSL 275.4º 0.91% 0.78% -
HSV(B) 275.4º 0.4% 0.98% -
XYZ 54.46 42.27 95.73 -
YUV 179.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 209 150 250 0.16 0.4 0 0.02 275.4 0.91 0.78
Hex D1 96 FA 10 28 0 2 113 5B 4E
Octal 321 226 372 20 50 0 2 423 133 116
Binary 11010001 10010110 11111010 10000 101000 0 10 100010011 1011011 1001110

Color Harmonies of #D196FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196FA

Black with #D196FA

Text Example


Text Example

White with #D196FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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