Html Css Color HEX #DB3A50 Amaranth

📋 copy color: '#DB3A50'

red 219 ◦ green 58 ◦ blue 80

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

Shades of Amaranth #DB3A50

Tints of Amaranth #DB3A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 61.34%
G = 16.25%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB3A50 (or 0xDB3A50) is known color: Amaranth. HEX triplet: DB, 3A and 50. RGB value is (219,58,80). Sum of RGB (Red+Green+Blue) = 219+58+80=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A50 is #24C5AF. Grayscale: #6C6C6C. Windows color (decimal): -2409904 or 5257947. OLE color: 5257947.

HSL color Cylindrical-coordinate representation of color #DB3A50: hue angle of 351.8º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A50 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 80 -
CMYK 0 0.74 0.63 0.14
HSL 351.8º 0.69% 0.54% -
HSV(B) 351.8º 0.74% 0.86% -
XYZ 32.17 18.67 9.5 -
YUV 108.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 219 58 80 0 0.74 0.63 0.14 351.8 0.69 0.54
Hex DB 3A 50 0 4A 3F E 160 45 36
Octal 333 72 120 0 112 77 16 540 105 66
Binary 11011011 111010 1010000 0 1001010 111111 1110 101100000 1000101 110110

Color Harmonies of #DB3A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A50

Black with #DB3A50

Text Example


Text Example

White with #DB3A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A50; }

 p { color: rgb(219,58,80); }

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

background-color css

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

 a { background-color: rgb(219,58,80); }

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

border-color css

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

 span { border-color: rgb(219,58,80); }

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