Html Css Color HEX #DB4048 Amaranth

📋 copy color: '#DB4048'

red 219 ◦ green 64 ◦ blue 72

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

Shades of Amaranth #DB4048

Tints of Amaranth #DB4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 61.69%
G = 18.03%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB4048 (or 0xDB4048) is known color: Amaranth. HEX triplet: DB, 40 and 48. RGB value is (219,64,72). Sum of RGB (Red+Green+Blue) = 219+64+72=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4048 is #24BFB7. Grayscale: #6F6F6F. Windows color (decimal): -2408376 or 4735195. OLE color: 4735195.

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

Color convert

RGB 219 64 72 -
CMYK 0 0.71 0.67 0.14
HSL 356.9º 0.68% 0.55% -
HSV(B) 356.9º 0.71% 0.86% -
XYZ 32.22 19.19 8.14 -
YUV 111.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 219 64 72 0 0.71 0.67 0.14 356.9 0.68 0.55
Hex DB 40 48 0 47 43 E 165 44 37
Octal 333 100 110 0 107 103 16 545 104 67
Binary 11011011 1000000 1001000 0 1000111 1000011 1110 101100101 1000100 110111

Color Harmonies of #DB4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4048

Black with #DB4048

Text Example


Text Example

White with #DB4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4048; }

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

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

background-color css

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

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

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

border-color css

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

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

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