Html Css Color HEX #DB3254 Amaranth

📋 copy color: '#DB3254'

red 219 ◦ green 50 ◦ blue 84

#DB3254
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DB3254

Tints of Amaranth #DB3254

RGB

 RED value IS 219 (85.94% from 255) = 62.04%

 GREEN value IS 50 (19.92% from 255) = 14.16%

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 62.04%
G = 14.16%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB3254 (or 0xDB3254) is known color: Amaranth. HEX triplet: DB, 32 and 54. RGB value is (219,50,84). Sum of RGB (Red+Green+Blue) = 219+50+84=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3254 is #24CDAB. Grayscale: #686868. Windows color (decimal): -2411948 or 5518043. OLE color: 5518043.

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

Color convert

RGB 219 50 84 -
CMYK 0 0.77 0.62 0.14
HSL 347.93º 0.7% 0.53% -
HSV(B) 347.93º 0.77% 0.86% -
XYZ 31.95 17.98 10.17 -
YUV 104.41 116.49 209.74 -
System Red Green Blue C M Y K H S L
Decimal 219 50 84 0 0.77 0.62 0.14 347.93 0.7 0.53
Hex DB 32 54 0 4D 3E E 15C 46 35
Octal 333 62 124 0 115 76 16 534 106 65
Binary 11011011 110010 1010100 0 1001101 111110 1110 101011100 1000110 110101

Color Harmonies of #DB3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3254

Black with #DB3254

Text Example


Text Example

White with #DB3254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3254; }

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

 H1.HeaderClassName
 {
   color: #DB3254;
 }
 .AnyTagClassName
 {
   color: #DB3254;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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