Html Css Color HEX #DB3048 Amaranth

📋 copy color: '#DB3048'

red 219 ◦ green 48 ◦ blue 72

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

Shades of Amaranth #DB3048

Tints of Amaranth #DB3048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 64.6%
G = 14.16%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB3048 (or 0xDB3048) is known color: Amaranth. HEX triplet: DB, 30 and 48. RGB value is (219,48,72). Sum of RGB (Red+Green+Blue) = 219+48+72=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3048 is #24CFB7. Grayscale: #656565. Windows color (decimal): -2412472 or 4731099. OLE color: 4731099.

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

Color convert

RGB 219 48 72 -
CMYK 0 0.78 0.67 0.14
HSL 351.58º 0.7% 0.52% -
HSV(B) 351.58º 0.78% 0.86% -
XYZ 31.44 17.64 7.88 -
YUV 101.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 219 48 72 0 0.78 0.67 0.14 351.58 0.7 0.52
Hex DB 30 48 0 4E 43 E 160 46 34
Octal 333 60 110 0 116 103 16 540 106 64
Binary 11011011 110000 1001000 0 1001110 1000011 1110 101100000 1000110 110100

Color Harmonies of #DB3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3048

Black with #DB3048

Text Example


Text Example

White with #DB3048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3048; }

 p { color: rgb(219,48,72); }

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

background-color css

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

 a { background-color: rgb(219,48,72); }

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

border-color css

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

 span { border-color: rgb(219,48,72); }

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