#D79EC5

Color #D79EC5 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D79EC5

Tints of Maverick #D79EC5

Color information

#D79EC5 (or 0xD79EC5) is unknown color: approx Maverick. HEX triplet: D7, 9E and C5. RGB value is (215,158,197). Sum of RGB (Red+Green+Blue) = 215+158+197=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EC5 is #28613A. Grayscale: #B3B3B3. Windows color (decimal): -2646331 or 12951255. OLE color: 12951255.

HSL color Cylindrical-coordinate representation of color #D79EC5: hue angle of 318.95º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EC5 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215158197-
CMYK00.270.080.16
HSL318.95º41.61%73.14%-
HSV(B)318.95º26.51%84.31%-
XYZ50.3342.9358.46-
YUV179.49137.88153.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=37.72%
G=27.72%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515819700.270.080.16318.9541.6173.14
HexD79EC501B81013f2a49
Octal327236305033102047752111
Binary1101011110011110110001010110111000100001001111111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EC5; }

 p { color: rgb(215,158,197); }

 H1.HeaderClassName
 {
   color: #D79EC5;
 }
 .AnyTagClassName
 {
   color: #D79EC5;
 }
</style>
background-color css

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

 a { background-color: rgb(215,158,197); }

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

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

 span { border-color: rgb(215,158,197); }

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