#D99EC8

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

Shades of Maverick #D99EC8

Tints of Maverick #D99EC8

Color information

#D99EC8 (or 0xD99EC8) is unknown color: approx Maverick. HEX triplet: D9, 9E and C8. RGB value is (217,158,200). Sum of RGB (Red+Green+Blue) = 217+158+200=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EC8 is #266137. Grayscale: #B4B4B4. Windows color (decimal): -2515256 or 13147865. OLE color: 13147865.

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

Color convert

RGB217158200-
CMYK00.270.080.15
HSL317.29º43.7%73.53%-
HSV(B)317.29º27.19%85.1%-
XYZ51.2743.3860.31-
YUV180.43139.05154.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=37.74%
G=27.48%
B=34.78%

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
Decimal21715820000.270.080.15317.2943.773.53
HexD99EC801B8F13d2c4a
Octal331236310033101747554112
Binary110110011001111011001000011011100011111001111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EC8; }

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

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

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

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

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

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

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

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