Html Css Color HEX #D791FC Mauve

📋 copy color: '#D791FC'

red 215 ◦ green 145 ◦ blue 252

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

Shades of Mauve #D791FC

Tints of Mauve #D791FC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.69%

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 35.13%
G = 23.69%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D791FC (or 0xD791FC) is known color: Mauve. HEX triplet: D7, 91 and FC. RGB value is (215,145,252). Sum of RGB (Red+Green+Blue) = 215+145+252=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #D791FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D791FC is #286E03. Grayscale: #B1B1B1. Windows color (decimal): -2649604 or 16552407. OLE color: 16552407.

HSL color Cylindrical-coordinate representation of color #D791FC: hue angle of 279.25º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D791FC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 145 252 -
CMYK 0.15 0.42 0 0.01
HSL 279.25º 0.95% 0.78% -
HSV(B) 279.25º 0.42% 0.99% -
XYZ 55.72 41.73 97.21 -
YUV 178.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 215 145 252 0.15 0.42 0 0.01 279.25 0.95 0.78
Hex D7 91 FC F 2A 0 1 117 5F 4E
Octal 327 221 374 17 52 0 1 427 137 116
Binary 11010111 10010001 11111100 1111 101010 0 1 100010111 1011111 1001110

Color Harmonies of #D791FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D791FC

Black with #D791FC

Text Example


Text Example

White with #D791FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D791FC; }

 p { color: rgb(215,145,252); }

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

background-color css

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

 a { background-color: rgb(215,145,252); }

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

border-color css

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

 span { border-color: rgb(215,145,252); }

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