#D99FC9

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

Shades of Maverick #D99FC9

Tints of Maverick #D99FC9

Color information

#D99FC9 (or 0xD99FC9) is unknown color: approx Maverick. HEX triplet: D9, 9F and C9. RGB value is (217,159,201). Sum of RGB (Red+Green+Blue) = 217+159+201=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FC9 is #266036. Grayscale: #B5B5B5. Windows color (decimal): -2514999 or 13213657. OLE color: 13213657.

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

Color convert

RGB217159201-
CMYK00.270.070.15
HSL316.55º43.28%73.73%-
HSV(B)316.55º26.73%85.1%-
XYZ51.5643.7760.99-
YUV181.13139.22153.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=37.61%
G=27.56%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715920100.270.070.15316.5543.2873.73
HexD99FC901B7F13d2b4a
Octal33123731103371747553112
Binary11011001100111111100100101101111111111001111011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FC9; }

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

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

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

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

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

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

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

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