Html Css Color HEX #D796FE Mauve

📋 copy color: '#D796FE'

red 215 ◦ green 150 ◦ blue 254

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

Shades of Mauve #D796FE

Tints of Mauve #D796FE

RGB

 RED value IS 215 (84.38% from 255) = 34.73%

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

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

R = 34.73%
G = 24.23%
B = 41.03%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D796FE (or 0xD796FE) is known color: Mauve. HEX triplet: D7, 96 and FE. RGB value is (215,150,254). Sum of RGB (Red+Green+Blue) = 215+150+254=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #D796FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D796FE is #286901. Grayscale: #B4B4B4. Windows color (decimal): -2648322 or 16684759. OLE color: 16684759.

HSL color Cylindrical-coordinate representation of color #D796FE: hue angle of 277.5º 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 #D796FE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 150 254 -
CMYK 0.15 0.41 0 0.00
HSL 277.5º 0.98% 0.79% -
HSV(B) 277.5º 0.41% 1% -
XYZ 56.82 43.42 99.15 -
YUV 181.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 215 150 254 0.15 0.41 0 0.00 277.5 0.98 0.79
Hex D7 96 FE F 29 0 0 116 62 4F
Octal 327 226 376 17 51 0 0 426 142 117
Binary 11010111 10010110 11111110 1111 101001 0 0 100010110 1100010 1001111

Color Harmonies of #D796FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796FE

Black with #D796FE

Text Example


Text Example

White with #D796FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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