Html Css Color HEX #D794FE Mauve

📋 copy color: '#D794FE'

red 215 ◦ green 148 ◦ blue 254

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

Shades of Mauve #D794FE

Tints of Mauve #D794FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.99%

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

R = 34.85%
G = 23.99%
B = 41.17%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D794FE (or 0xD794FE) is known color: Mauve. HEX triplet: D7, 94 and FE. RGB value is (215,148,254). Sum of RGB (Red+Green+Blue) = 215+148+254=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D794FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794FE is #286B01. Grayscale: #B3B3B3. Windows color (decimal): -2648834 or 16684247. OLE color: 16684247.

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

Color convert

RGB 215 148 254 -
CMYK 0.15 0.42 0 0.00
HSL 277.92º 0.98% 0.79% -
HSV(B) 277.92º 0.42% 1% -
XYZ 56.5 42.78 99.05 -
YUV 180.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 215 148 254 0.15 0.42 0 0.00 277.92 0.98 0.79
Hex D7 94 FE F 2A 0 0 116 62 4F
Octal 327 224 376 17 52 0 0 426 142 117
Binary 11010111 10010100 11111110 1111 101010 0 0 100010110 1100010 1001111

Color Harmonies of #D794FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D794FE

Black with #D794FE

Text Example


Text Example

White with #D794FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D794FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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