#D99EC9

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

Shades of Maverick #D99EC9

Tints of Maverick #D99EC9

Color information

#D99EC9 (or 0xD99EC9) is unknown color: approx Maverick. HEX triplet: D9, 9E and C9. RGB value is (217,158,201). Sum of RGB (Red+Green+Blue) = 217+158+201=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EC9 is #266136. Grayscale: #B4B4B4. Windows color (decimal): -2515255 or 13213401. OLE color: 13213401.

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

Color convert

RGB217158201-
CMYK00.270.070.15
HSL316.27º43.7%73.53%-
HSV(B)316.27º27.19%85.1%-
XYZ51.3843.4260.93-
YUV180.54139.55154-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=37.67%
G=27.43%
B=34.90%

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
Decimal21715820100.270.070.15316.2743.773.53
HexD99EC901B7F13c2c4a
Octal33123631103371747454112
Binary11011001100111101100100101101111111111001111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EC9; }

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

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

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

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

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

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

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

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