#D8A3CB

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

Shades of Maverick #D8A3CB

Tints of Maverick #D8A3CB

Color information

#D8A3CB (or 0xD8A3CB) is unknown color: approx Maverick. HEX triplet: D8, A3 and CB. RGB value is (216,163,203). Sum of RGB (Red+Green+Blue) = 216+163+203=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A3CB is #275C34. Grayscale: #B7B7B7. Windows color (decimal): -2579509 or 13345752. OLE color: 13345752.

HSL color Cylindrical-coordinate representation of color #D8A3CB: hue angle of 314.72º degrees, saturation: 0.4, 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 #D8A3CB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216163203-
CMYK00.250.060.15
HSL314.72º40.46%74.31%-
HSV(B)314.72º24.54%84.71%-
XYZ52.245.1162.46-
YUV183.41139.06151.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 163 (64.06% from 255) = 28.01%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=37.11%
G=28.01%
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
Decimal21616320300.250.060.15314.7240.4674.31
HexD8A3CB0196F13b284a
Octal33024331303161747350112
Binary11011000101000111100101101100111011111001110111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A3CB; }

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

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

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

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

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

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

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

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