Html Css Color HEX #D196FE Mauve

📋 copy color: '#D196FE'

red 209 ◦ green 150 ◦ blue 254

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

Shades of Mauve #D196FE

Tints of Mauve #D196FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 34.09%
G = 24.47%
B = 41.44%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D196FE (or 0xD196FE) is known color: Mauve. HEX triplet: D1, 96 and FE. RGB value is (209,150,254). Sum of RGB (Red+Green+Blue) = 209+150+254=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #D196FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D196FE is #2E6901. Grayscale: #B3B3B3. Windows color (decimal): -3041538 or 16684753. OLE color: 16684753.

HSL color Cylindrical-coordinate representation of color #D196FE: hue angle of 274.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D196FE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 150 254 -
CMYK 0.18 0.41 0 0.00
HSL 274.04º 0.98% 0.79% -
HSV(B) 274.04º 0.41% 1% -
XYZ 55.09 42.52 99.07 -
YUV 179.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 209 150 254 0.18 0.41 0 0.00 274.04 0.98 0.79
Hex D1 96 FE 12 29 0 0 112 62 4F
Octal 321 226 376 22 51 0 0 422 142 117
Binary 11010001 10010110 11111110 10010 101001 0 0 100010010 1100010 1001111

Color Harmonies of #D196FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196FE

Black with #D196FE

Text Example


Text Example

White with #D196FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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