#D39FC5

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

Shades of Maverick #D39FC5

Tints of Maverick #D39FC5

Color information

#D39FC5 (or 0xD39FC5) is unknown color: approx Maverick. HEX triplet: D3, 9F and C5. RGB value is (211,159,197). Sum of RGB (Red+Green+Blue) = 211+159+197=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D39FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39FC5 is #2C603A. Grayscale: #B2B2B2. Windows color (decimal): -2908219 or 12951507. OLE color: 12951507.

HSL color Cylindrical-coordinate representation of color #D39FC5: hue angle of 316.15º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D39FC5 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB211159197-
CMYK00.250.070.17
HSL316.15º37.14%72.55%-
HSV(B)316.15º24.64%82.75%-
XYZ49.3442.6858.46-
YUV178.88138.23150.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.21%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 197 (77.34% from 255) = 34.74%
R=37.21%
G=28.04%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115919700.250.070.17316.1537.1472.55
HexD39FC501971113c2549
Octal32323730503172147445111
Binary110100111001111111000101011001111100011001111001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FC5; }

 p { color: rgb(211,159,197); }

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

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

 a { background-color: rgb(211,159,197); }

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

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

 span { border-color: rgb(211,159,197); }

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