#D19FC0

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

Shades of Maverick #D19FC0

Tints of Maverick #D19FC0

Color information

#D19FC0 (or 0xD19FC0) is unknown color: approx Maverick. HEX triplet: D1, 9F and C0. RGB value is (209,159,192). Sum of RGB (Red+Green+Blue) = 209+159+192=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FC0 is #2E603F. Grayscale: #B1B1B1. Windows color (decimal): -3039296 or 12623825. OLE color: 12623825.

HSL color Cylindrical-coordinate representation of color #D19FC0: hue angle of 320.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19FC0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209159192-
CMYK00.240.080.18
HSL320.4º35.21%72.16%-
HSV(B)320.4º23.92%81.96%-
XYZ48.2142.1655.47-
YUV177.71136.06150.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=37.32%
G=28.39%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915919200.240.080.18320.435.2172.16
HexD19FC00188121402348
Octal321237300030102250043110
Binary1101000110011111110000000110001000100101010000001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FC0; }

 p { color: rgb(209,159,192); }

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

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

 a { background-color: rgb(209,159,192); }

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

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

 span { border-color: rgb(209,159,192); }

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