Html Css Color HEX #D79BFF Mauve

📋 copy color: '#D79BFF'

red 215 ◦ green 155 ◦ blue 255

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

Shades of Mauve #D79BFF

Tints of Mauve #D79BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.8%

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

R = 34.4%
G = 24.8%
B = 40.8%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D79BFF (or 0xD79BFF) is known color: Mauve. HEX triplet: D7, 9B and FF. RGB value is (215,155,255). Sum of RGB (Red+Green+Blue) = 215+155+255=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D79BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79BFF is #286400. Grayscale: #B8B8B8. Windows color (decimal): -2647041 or 16751575. OLE color: 16751575.

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

Color convert

RGB 215 155 255 -
CMYK 0.16 0.39 0 0
HSL 276º 1% 0.8% -
HSV(B) 276º 0.39% 1% -
XYZ 57.8 45.11 100.27 -
YUV 184.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 215 155 255 0.16 0.39 0 0 276 1 0.8
Hex D7 9B FF 10 27 0 0 114 64 50
Octal 327 233 377 20 47 0 0 424 144 120
Binary 11010111 10011011 11111111 10000 100111 0 0 100010100 1100100 1010000

Color Harmonies of #D79BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79BFF

Black with #D79BFF

Text Example


Text Example

White with #D79BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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