Html Css Color HEX #DB304A Amaranth

📋 copy color: '#DB304A'

red 219 ◦ green 48 ◦ blue 74

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

Shades of Amaranth #DB304A

Tints of Amaranth #DB304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 64.22%
G = 14.08%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB304A (or 0xDB304A) is known color: Amaranth. HEX triplet: DB, 30 and 4A. RGB value is (219,48,74). Sum of RGB (Red+Green+Blue) = 219+48+74=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB304A is #24CFB5. Grayscale: #666666. Windows color (decimal): -2412470 or 4862171. OLE color: 4862171.

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

Color convert

RGB 219 48 74 -
CMYK 0 0.78 0.66 0.14
HSL 350.88º 0.7% 0.52% -
HSV(B) 350.88º 0.78% 0.86% -
XYZ 31.51 17.67 8.23 -
YUV 102.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 219 48 74 0 0.78 0.66 0.14 350.88 0.7 0.52
Hex DB 30 4A 0 4E 42 E 15F 46 34
Octal 333 60 112 0 116 102 16 537 106 64
Binary 11011011 110000 1001010 0 1001110 1000010 1110 101011111 1000110 110100

Color Harmonies of #DB304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB304A

Black with #DB304A

Text Example


Text Example

White with #DB304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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