#D9A2CB

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

Shades of Maverick #D9A2CB

Tints of Maverick #D9A2CB

Color information

#D9A2CB (or 0xD9A2CB) is unknown color: approx Maverick. HEX triplet: D9, A2 and CB. RGB value is (217,162,203). Sum of RGB (Red+Green+Blue) = 217+162+203=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2CB is #265D34. Grayscale: #B7B7B7. Windows color (decimal): -2514229 or 13345497. OLE color: 13345497.

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

Color convert

RGB217162203-
CMYK00.250.060.15
HSL315.27º41.98%74.31%-
HSV(B)315.27º25.35%85.1%-
XYZ52.3244.962.41-
YUV183.12139.22152.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 162 (63.67% from 255) = 27.84%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=37.29%
G=27.84%
B=34.88%

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
Decimal21716220300.250.060.15315.2741.9874.31
HexD9A2CB0196F13b2a4a
Octal33124231303161747352112
Binary11011001101000101100101101100111011111001110111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2CB; }

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

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

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

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

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

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

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

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