Html Css Color HEX #D791FF Mauve

📋 copy color: '#D791FF'

red 215 ◦ green 145 ◦ blue 255

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

Shades of Mauve #D791FF

Tints of Mauve #D791FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.46%

R = 34.96%
G = 23.58%
B = 41.46%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D791FF (or 0xD791FF) is known color: Mauve. HEX triplet: D7, 91 and FF. RGB value is (215,145,255). Sum of RGB (Red+Green+Blue) = 215+145+255=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D791FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D791FF is #286E00. Grayscale: #B2B2B2. Windows color (decimal): -2649601 or 16749015. OLE color: 16749015.

HSL color Cylindrical-coordinate representation of color #D791FF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D791FF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 145 255 -
CMYK 0.16 0.43 0 0
HSL 278.18º 1% 0.78% -
HSV(B) 278.18º 0.43% 1% -
XYZ 56.2 41.92 99.74 -
YUV 178.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 215 145 255 0.16 0.43 0 0 278.18 1 0.78
Hex D7 91 FF 10 2B 0 0 116 64 4E
Octal 327 221 377 20 53 0 0 426 144 116
Binary 11010111 10010001 11111111 10000 101011 0 0 100010110 1100100 1001110

Color Harmonies of #D791FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D791FF

Black with #D791FF

Text Example


Text Example

White with #D791FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D791FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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