#D99FC8

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

Shades of Maverick #D99FC8

Tints of Maverick #D99FC8

Color information

#D99FC8 (or 0xD99FC8) is unknown color: approx Maverick. HEX triplet: D9, 9F and C8. RGB value is (217,159,200). Sum of RGB (Red+Green+Blue) = 217+159+200=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FC8 is #266037. Grayscale: #B4B4B4. Windows color (decimal): -2515000 or 13148121. OLE color: 13148121.

HSL color Cylindrical-coordinate representation of color #D99FC8: hue angle of 317.59º 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 #D99FC8 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217159200-
CMYK00.270.080.15
HSL317.59º43.28%73.73%-
HSV(B)317.59º26.73%85.1%-
XYZ51.4443.7260.37-
YUV181.02138.72153.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 200 (78.52% from 255) = 34.72%
R=37.67%
G=27.60%
B=34.72%

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
Decimal21715920000.270.080.15317.5943.2873.73
HexD99FC801B8F13e2b4a
Octal331237310033101747653112
Binary110110011001111111001000011011100011111001111101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FC8; }

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

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

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

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

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

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

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

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