#db3253

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

Shades of Amaranth #DB3253

Tints of Amaranth #DB3253

Color information

#DB3253 (or 0xDB3253) is unknown color: approx Amaranth. HEX triplet: DB, 32 and 53. RGB value is (219,50,83). Sum of RGB (Red+Green+Blue) = 219+50+83=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3253 is #24CDAC. Grayscale: #686868. Windows color (decimal): -2411949 or 5452507. OLE color: 5452507.

HSL color Cylindrical-coordinate representation of color #DB3253: hue angle of 348.28º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3253 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB2195083-
CMYK00.770.620.14
HSL348.28º70.12%52.75%-
HSV(B)348.28º77.17%85.88%-
XYZ31.9217.979.97-
YUV104.29115.99209.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.22%
GREEN value IS 50 (19.92% from 255) = 14.20%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=62.22%
G=14.20%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219508300.770.620.14348.2870.1252.75
HexDB325304D3EE15c4635
Octal333621230115761653410665
Binary1101101111001010100110100110111111011101010111001000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db3253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db3253; }

 p { color: rgb(219,50,83); }

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

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

 a { background-color: rgb(219,50,83); }

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

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

 span { border-color: rgb(219,50,83); }

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