#D9A3CB

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

Shades of Maverick #D9A3CB

Tints of Maverick #D9A3CB

Color information

#D9A3CB (or 0xD9A3CB) is unknown color: approx Maverick. HEX triplet: D9, A3 and CB. RGB value is (217,163,203). Sum of RGB (Red+Green+Blue) = 217+163+203=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3CB is #265C34. Grayscale: #B7B7B7. Windows color (decimal): -2513973 or 13345753. OLE color: 13345753.

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

Color convert

RGB217163203-
CMYK00.250.060.15
HSL315.56º41.54%74.51%-
HSV(B)315.56º24.88%85.1%-
XYZ52.4945.2662.47-
YUV183.71138.89151.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 163 (64.06% from 255) = 27.96%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=37.22%
G=27.96%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716320300.250.060.15315.5641.5474.51
HexD9A3CB0196F13c2a4b
Octal33124331303161747452113
Binary11011001101000111100101101100111011111001111001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A3CB; }

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

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

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

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

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

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

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

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