Html Css Color HEX #D79CF2 Mauve

📋 copy color: '#D79CF2'

red 215 ◦ green 156 ◦ blue 242

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

Shades of Mauve #D79CF2

Tints of Mauve #D79CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.45%

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

R = 35.07%
G = 25.45%
B = 39.48%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D79CF2 (or 0xD79CF2) is known color: Mauve. HEX triplet: D7, 9C and F2. RGB value is (215,156,242). Sum of RGB (Red+Green+Blue) = 215+156+242=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #D79CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79CF2 is #28630D. Grayscale: #B7B7B7. Windows color (decimal): -2646798 or 15899863. OLE color: 15899863.

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

Color convert

RGB 215 156 242 -
CMYK 0.11 0.36 0 0.05
HSL 281.16º 0.77% 0.78% -
HSV(B) 281.16º 0.36% 0.95% -
XYZ 55.94 44.63 89.67 -
YUV 183.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 215 156 242 0.11 0.36 0 0.05 281.16 0.77 0.78
Hex D7 9C F2 B 24 0 5 119 4D 4E
Octal 327 234 362 13 44 0 5 431 115 116
Binary 11010111 10011100 11110010 1011 100100 0 101 100011001 1001101 1001110

Color Harmonies of #D79CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79CF2

Black with #D79CF2

Text Example


Text Example

White with #D79CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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