#D99FC7

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

Shades of Maverick #D99FC7

Tints of Maverick #D99FC7

Color information

#D99FC7 (or 0xD99FC7) is unknown color: approx Maverick. HEX triplet: D9, 9F and C7. RGB value is (217,159,199). Sum of RGB (Red+Green+Blue) = 217+159+199=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FC7 is #266038. Grayscale: #B4B4B4. Windows color (decimal): -2515001 or 13082585. OLE color: 13082585.

HSL color Cylindrical-coordinate representation of color #D99FC7: hue angle of 318.62º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FC7 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217159199-
CMYK00.270.080.15
HSL318.62º43.28%73.73%-
HSV(B)318.62º26.73%85.1%-
XYZ51.3243.6759.76-
YUV180.9138.22153.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=37.74%
G=27.65%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715919900.270.080.15318.6243.2873.73
HexD99FC701B8F13f2b4a
Octal331237307033101747753112
Binary110110011001111111000111011011100011111001111111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FC7; }

 p { color: rgb(217,159,199); }

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

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

 a { background-color: rgb(217,159,199); }

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

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

 span { border-color: rgb(217,159,199); }

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