#D09FC1

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

Shades of Maverick #D09FC1

Tints of Maverick #D09FC1

Color information

#D09FC1 (or 0xD09FC1) is unknown color: approx Maverick. HEX triplet: D0, 9F and C1. RGB value is (208,159,193). Sum of RGB (Red+Green+Blue) = 208+159+193=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09FC1 is #2F603E. Grayscale: #B1B1B1. Windows color (decimal): -3104831 or 12689360. OLE color: 12689360.

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

Color convert

RGB208159193-
CMYK00.240.070.18
HSL318.37º34.27%71.96%-
HSV(B)318.37º23.56%81.57%-
XYZ48.0442.0656.04-
YUV177.53136.73149.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=37.14%
G=28.39%
B=34.46%

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
Decimal20815919300.240.070.18318.3734.2771.96
HexD09FC101871213e2248
Octal32023730103072247642110
Binary110100001001111111000001011000111100101001111101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FC1; }

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

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

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

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

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

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

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

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