Html Css Color HEX #D79FF2 Mauve

📋 copy color: '#D79FF2'

red 215 ◦ green 159 ◦ blue 242

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

Shades of Mauve #D79FF2

Tints of Mauve #D79FF2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.81%

 BLUE value IS 242 (94.92% from 255) = 39.29%

R = 34.9%
G = 25.81%
B = 39.29%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D79FF2 (or 0xD79FF2) is known color: Mauve. HEX triplet: D7, 9F and F2. RGB value is (215,159,242). Sum of RGB (Red+Green+Blue) = 215+159+242=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #D79FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FF2 is #28600D. Grayscale: #B8B8B8. Windows color (decimal): -2646030 or 15900631. OLE color: 15900631.

HSL color Cylindrical-coordinate representation of color #D79FF2: hue angle of 280.48º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D79FF2 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 159 242 -
CMYK 0.11 0.34 0 0.05
HSL 280.48º 0.76% 0.79% -
HSV(B) 280.48º 0.34% 0.95% -
XYZ 56.45 45.65 89.84 -
YUV 185.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 215 159 242 0.11 0.34 0 0.05 280.48 0.76 0.79
Hex D7 9F F2 B 22 0 5 118 4C 4F
Octal 327 237 362 13 42 0 5 430 114 117
Binary 11010111 10011111 11110010 1011 100010 0 101 100011000 1001100 1001111

Color Harmonies of #D79FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FF2

Black with #D79FF2

Text Example


Text Example

White with #D79FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FF2; }

 p { color: rgb(215,159,242); }

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

background-color css

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

 a { background-color: rgb(215,159,242); }

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

border-color css

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

 span { border-color: rgb(215,159,242); }

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