#DBA2CB

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

Shades of Maverick #DBA2CB

Tints of Maverick #DBA2CB

Color information

#DBA2CB (or 0xDBA2CB) is unknown color: approx Maverick. HEX triplet: DB, A2 and CB. RGB value is (219,162,203). Sum of RGB (Red+Green+Blue) = 219+162+203=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2CB is #245D34. Grayscale: #B7B7B7. Windows color (decimal): -2383157 or 13345499. OLE color: 13345499.

HSL color Cylindrical-coordinate representation of color #DBA2CB: hue angle of 316.84º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA2CB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219162203-
CMYK00.260.070.14
HSL316.84º44.19%74.71%-
HSV(B)316.84º26.03%85.88%-
XYZ52.9145.2162.44-
YUV183.72138.88153.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 162 (63.67% from 255) = 27.74%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=37.5%
G=27.74%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916220300.260.070.14316.8444.1974.71
HexDBA2CB01A7E13d2c4b
Octal33324231303271647554113
Binary11011011101000101100101101101011111101001111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2CB; }

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

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

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

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

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

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

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

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