#D79FC8

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

Shades of Maverick #D79FC8

Tints of Maverick #D79FC8

Color information

#D79FC8 (or 0xD79FC8) is unknown color: approx Maverick. HEX triplet: D7, 9F and C8. RGB value is (215,159,200). Sum of RGB (Red+Green+Blue) = 215+159+200=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FC8 is #286037. Grayscale: #B4B4B4. Windows color (decimal): -2646072 or 13148119. OLE color: 13148119.

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

Color convert

RGB215159200-
CMYK00.260.070.16
HSL316.07º41.18%73.33%-
HSV(B)316.07º26.05%84.31%-
XYZ50.8543.4160.34-
YUV180.42139.05152.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=37.46%
G=27.70%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515920000.260.070.16316.0741.1873.33
HexD79FC801A71013c2949
Octal32723731003272047451111
Binary110101111001111111001000011010111100001001111001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FC8; }

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

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

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

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

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

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

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

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