Html Css Color HEX #DB4053 Amaranth

📋 copy color: '#DB4053'

red 219 ◦ green 64 ◦ blue 83

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

Shades of Amaranth #DB4053

Tints of Amaranth #DB4053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 59.84%
G = 17.49%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB4053 (or 0xDB4053) is known color: Amaranth. HEX triplet: DB, 40 and 53. RGB value is (219,64,83). Sum of RGB (Red+Green+Blue) = 219+64+83=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4053 is #24BFAC. Grayscale: #707070. Windows color (decimal): -2408365 or 5456091. OLE color: 5456091.

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

Color convert

RGB 219 64 83 -
CMYK 0 0.71 0.62 0.14
HSL 352.65º 0.68% 0.55% -
HSV(B) 352.65º 0.71% 0.86% -
XYZ 32.61 19.35 10.2 -
YUV 112.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 219 64 83 0 0.71 0.62 0.14 352.65 0.68 0.55
Hex DB 40 53 0 47 3E E 161 44 37
Octal 333 100 123 0 107 76 16 541 104 67
Binary 11011011 1000000 1010011 0 1000111 111110 1110 101100001 1000100 110111

Color Harmonies of #DB4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4053

Black with #DB4053

Text Example


Text Example

White with #DB4053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4053; }

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

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

background-color css

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

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

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

border-color css

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

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

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