#DBA4CA

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

Shades of Maverick #DBA4CA

Tints of Maverick #DBA4CA

Color information

#DBA4CA (or 0xDBA4CA) is unknown color: approx Maverick. HEX triplet: DB, A4 and CA. RGB value is (219,164,202). Sum of RGB (Red+Green+Blue) = 219+164+202=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4CA is #245B35. Grayscale: #B8B8B8. Windows color (decimal): -2382646 or 13280475. OLE color: 13280475.

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

Color convert

RGB219164202-
CMYK00.250.080.14
HSL318.55º43.31%75.1%-
HSV(B)318.55º25.11%85.88%-
XYZ53.1545.8861.93-
YUV184.78137.72152.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=37.44%
G=28.03%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916420200.250.080.14318.5543.3175.1
HexDBA4CA0198E13f2b4b
Octal333244312031101647753113
Binary110110111010010011001010011001100011101001111111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4CA; }

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

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

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

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

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

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

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

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