#DBA3CB

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

Shades of Maverick #DBA3CB

Tints of Maverick #DBA3CB

Color information

#DBA3CB (or 0xDBA3CB) is unknown color: approx Maverick. HEX triplet: DB, A3 and CB. RGB value is (219,163,203). Sum of RGB (Red+Green+Blue) = 219+163+203=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3CB is #245C34. Grayscale: #B8B8B8. Windows color (decimal): -2382901 or 13345755. OLE color: 13345755.

HSL color Cylindrical-coordinate representation of color #DBA3CB: hue angle of 317.14º 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 #DBA3CB is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219163203-
CMYK00.260.070.14
HSL317.14º43.75%74.9%-
HSV(B)317.14º25.57%85.88%-
XYZ53.0945.5762.5-
YUV184.3138.55152.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 163 (64.06% from 255) = 27.86%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=37.44%
G=27.86%
B=34.70%

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
Decimal21916320300.260.070.14317.1443.7574.9
HexDBA3CB01A7E13d2c4b
Octal33324331303271647554113
Binary11011011101000111100101101101011111101001111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3CB; }

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

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

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

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

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

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

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

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