#DBA3CA

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

Shades of Maverick #DBA3CA

Tints of Maverick #DBA3CA

Color information

#DBA3CA (or 0xDBA3CA) is unknown color: approx Maverick. HEX triplet: DB, A3 and CA. RGB value is (219,163,202). Sum of RGB (Red+Green+Blue) = 219+163+202=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3CA is #245C35. Grayscale: #B8B8B8. Windows color (decimal): -2382902 or 13280219. OLE color: 13280219.

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

Color convert

RGB219163202-
CMYK00.260.080.14
HSL318.21º43.75%74.9%-
HSV(B)318.21º25.57%85.88%-
XYZ52.9745.5261.87-
YUV184.19138.05152.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 163 (64.06% from 255) = 27.91%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=37.5%
G=27.91%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916320200.260.080.14318.2143.7574.9
HexDBA3CA01A8E13e2c4b
Octal333243312032101647654113
Binary110110111010001111001010011010100011101001111101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3CA; }

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

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

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

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

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

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

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

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