Html Css Color HEX #DB3A4B Amaranth

📋 copy color: '#DB3A4B'

red 219 ◦ green 58 ◦ blue 75

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

Shades of Amaranth #DB3A4B

Tints of Amaranth #DB3A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 62.22%
G = 16.48%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB3A4B (or 0xDB3A4B) is known color: Amaranth. HEX triplet: DB, 3A and 4B. RGB value is (219,58,75). Sum of RGB (Red+Green+Blue) = 219+58+75=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A4B is #24C5B4. Grayscale: #6C6C6C. Windows color (decimal): -2409909 or 4930267. OLE color: 4930267.

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

Color convert

RGB 219 58 75 -
CMYK 0 0.74 0.66 0.14
HSL 353.66º 0.69% 0.54% -
HSV(B) 353.66º 0.74% 0.86% -
XYZ 32 18.59 8.56 -
YUV 108.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 219 58 75 0 0.74 0.66 0.14 353.66 0.69 0.54
Hex DB 3A 4B 0 4A 42 E 162 45 36
Octal 333 72 113 0 112 102 16 542 105 66
Binary 11011011 111010 1001011 0 1001010 1000010 1110 101100010 1000101 110110

Color Harmonies of #DB3A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A4B

Black with #DB3A4B

Text Example


Text Example

White with #DB3A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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