Html Css Color HEX #DB3354 Amaranth

📋 copy color: '#DB3354'

red 219 ◦ green 51 ◦ blue 84

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

Shades of Amaranth #DB3354

Tints of Amaranth #DB3354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

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

R = 61.86%
G = 14.41%
B = 23.73%

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

#DB3354 (or 0xDB3354) is known color: Amaranth. HEX triplet: DB, 33 and 54. RGB value is (219,51,84). Sum of RGB (Red+Green+Blue) = 219+51+84=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3354 is #24CCAB. Grayscale: #696969. Windows color (decimal): -2411692 or 5518299. OLE color: 5518299.

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

Color convert

RGB 219 51 84 -
CMYK 0 0.77 0.62 0.14
HSL 348.21º 0.7% 0.53% -
HSV(B) 348.21º 0.77% 0.86% -
XYZ 32 18.07 10.19 -
YUV 104.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 219 51 84 0 0.77 0.62 0.14 348.21 0.7 0.53
Hex DB 33 54 0 4D 3E E 15C 46 35
Octal 333 63 124 0 115 76 16 534 106 65
Binary 11011011 110011 1010100 0 1001101 111110 1110 101011100 1000110 110101

Color Harmonies of #DB3354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3354

Black with #DB3354

Text Example


Text Example

White with #DB3354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3354; }

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

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

background-color css

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

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

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

border-color css

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

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

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