Html Css Color HEX #D793FE Mauve

📋 copy color: '#D793FE'

red 215 ◦ green 147 ◦ blue 254

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

Shades of Mauve #D793FE

Tints of Mauve #D793FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.86%

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

R = 34.9%
G = 23.86%
B = 41.23%

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

#D793FE (or 0xD793FE) is known color: Mauve. HEX triplet: D7, 93 and FE. RGB value is (215,147,254). Sum of RGB (Red+Green+Blue) = 215+147+254=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #D793FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D793FE is #286C01. Grayscale: #B3B3B3. Windows color (decimal): -2649090 or 16683991. OLE color: 16683991.

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

Color convert

RGB 215 147 254 -
CMYK 0.15 0.42 0 0.00
HSL 278.13º 0.98% 0.79% -
HSV(B) 278.13º 0.42% 1% -
XYZ 56.35 42.47 98.99 -
YUV 179.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 215 147 254 0.15 0.42 0 0.00 278.13 0.98 0.79
Hex D7 93 FE F 2A 0 0 116 62 4F
Octal 327 223 376 17 52 0 0 426 142 117
Binary 11010111 10010011 11111110 1111 101010 0 0 100010110 1100010 1001111

Color Harmonies of #D793FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D793FE

Black with #D793FE

Text Example


Text Example

White with #D793FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D793FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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