#D99FCA

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

Shades of Maverick #D99FCA

Tints of Maverick #D99FCA

Color information

#D99FCA (or 0xD99FCA) is unknown color: approx Maverick. HEX triplet: D9, 9F and CA. RGB value is (217,159,202). Sum of RGB (Red+Green+Blue) = 217+159+202=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FCA is #266035. Grayscale: #B5B5B5. Windows color (decimal): -2514998 or 13279193. OLE color: 13279193.

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

Color convert

RGB217159202-
CMYK00.270.070.15
HSL315.52º43.28%73.73%-
HSV(B)315.52º26.73%85.1%-
XYZ51.6743.8161.61-
YUV181.24139.72153.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=37.54%
G=27.51%
B=34.95%

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
Decimal21715920200.270.070.15315.5243.2873.73
HexD99FCA01B7F13c2b4a
Octal33123731203371747453112
Binary11011001100111111100101001101111111111001111001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FCA; }

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

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

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

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

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

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

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

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