Html Css Color HEX #DB304F Amaranth

📋 copy color: '#DB304F'

red 219 ◦ green 48 ◦ blue 79

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

Shades of Amaranth #DB304F

Tints of Amaranth #DB304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 63.29%
G = 13.87%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB304F (or 0xDB304F) is known color: Amaranth. HEX triplet: DB, 30 and 4F. RGB value is (219,48,79). Sum of RGB (Red+Green+Blue) = 219+48+79=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB304F is #24CFB0. Grayscale: #666666. Windows color (decimal): -2412465 or 5189851. OLE color: 5189851.

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

Color convert

RGB 219 48 79 -
CMYK 0 0.78 0.64 0.14
HSL 349.12º 0.7% 0.52% -
HSV(B) 349.12º 0.78% 0.86% -
XYZ 31.68 17.74 9.15 -
YUV 102.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 219 48 79 0 0.78 0.64 0.14 349.12 0.7 0.52
Hex DB 30 4F 0 4E 40 E 15D 46 34
Octal 333 60 117 0 116 100 16 535 106 64
Binary 11011011 110000 1001111 0 1001110 1000000 1110 101011101 1000110 110100

Color Harmonies of #DB304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB304F

Black with #DB304F

Text Example


Text Example

White with #DB304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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