Html Css Color HEX #D196FB Mauve

📋 copy color: '#D196FB'

red 209 ◦ green 150 ◦ blue 251

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

Shades of Mauve #D196FB

Tints of Mauve #D196FB

RGB

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

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

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

R = 34.26%
G = 24.59%
B = 41.15%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D196FB (or 0xD196FB) is known color: Mauve. HEX triplet: D1, 96 and FB. RGB value is (209,150,251). Sum of RGB (Red+Green+Blue) = 209+150+251=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #D196FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196FB is #2E6904. Grayscale: #B2B2B2. Windows color (decimal): -3041541 or 16488145. OLE color: 16488145.

HSL color Cylindrical-coordinate representation of color #D196FB: hue angle of 275.05º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D196FB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 150 251 -
CMYK 0.17 0.40 0 0.02
HSL 275.05º 0.93% 0.79% -
HSV(B) 275.05º 0.4% 0.98% -
XYZ 54.61 42.33 96.56 -
YUV 179.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 209 150 251 0.17 0.40 0 0.02 275.05 0.93 0.79
Hex D1 96 FB 11 28 0 2 113 5D 4F
Octal 321 226 373 21 50 0 2 423 135 117
Binary 11010001 10010110 11111011 10001 101000 0 10 100010011 1011101 1001111

Color Harmonies of #D196FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196FB

Black with #D196FB

Text Example


Text Example

White with #D196FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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