#D09FC2

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

Shades of Maverick #D09FC2

Tints of Maverick #D09FC2

Color information

#D09FC2 (or 0xD09FC2) is unknown color: approx Maverick. HEX triplet: D0, 9F and C2. RGB value is (208,159,194). Sum of RGB (Red+Green+Blue) = 208+159+194=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FC2 is #2F603D. Grayscale: #B1B1B1. Windows color (decimal): -3104830 or 12754896. OLE color: 12754896.

HSL color Cylindrical-coordinate representation of color #D09FC2: hue angle of 317.14º degrees, saturation: 0.34, 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 #D09FC2 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB208159194-
CMYK00.240.070.18
HSL317.14º34.27%71.96%-
HSV(B)317.14º23.56%81.57%-
XYZ48.1542.156.63-
YUV177.64137.23149.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 159 (62.5% from 255) = 28.34%
BLUE value IS 194 (76.17% from 255) = 34.58%
R=37.08%
G=28.34%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815919400.240.070.18317.1434.2771.96
HexD09FC201871213d2248
Octal32023730203072247542110
Binary110100001001111111000010011000111100101001111011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FC2; }

 p { color: rgb(208,159,194); }

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

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

 a { background-color: rgb(208,159,194); }

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

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

 span { border-color: rgb(208,159,194); }

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