#D9A9CB

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

Shades of Maverick #D9A9CB

Tints of Maverick #D9A9CB

Color information

#D9A9CB (or 0xD9A9CB) is unknown color: approx Maverick. HEX triplet: D9, A9 and CB. RGB value is (217,169,203). Sum of RGB (Red+Green+Blue) = 217+169+203=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9CB is #265634. Grayscale: #BBBBBB. Windows color (decimal): -2512437 or 13347289. OLE color: 13347289.

HSL color Cylindrical-coordinate representation of color #D9A9CB: hue angle of 317.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9A9CB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217169203-
CMYK00.220.060.15
HSL317.5º38.71%75.69%-
HSV(B)317.5º22.12%85.1%-
XYZ53.5847.4462.83-
YUV187.23136.9149.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=36.84%
G=28.69%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716920300.220.060.15317.538.7175.69
HexD9A9CB0166F13e274c
Octal33125131302661747647114
Binary11011001101010011100101101011011011111001111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9CB; }

 p { color: rgb(217,169,203); }

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

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

 a { background-color: rgb(217,169,203); }

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

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

 span { border-color: rgb(217,169,203); }

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