Html Css Color HEX #DB4051 Amaranth

📋 copy color: '#DB4051'

red 219 ◦ green 64 ◦ blue 81

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

Shades of Amaranth #DB4051

Tints of Amaranth #DB4051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.25%

R = 60.16%
G = 17.58%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB4051 (or 0xDB4051) is known color: Amaranth. HEX triplet: DB, 40 and 51. RGB value is (219,64,81). Sum of RGB (Red+Green+Blue) = 219+64+81=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4051 is #24BFAE. Grayscale: #707070. Windows color (decimal): -2408367 or 5325019. OLE color: 5325019.

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

Color convert

RGB 219 64 81 -
CMYK 0 0.71 0.63 0.14
HSL 353.42º 0.68% 0.55% -
HSV(B) 353.42º 0.71% 0.86% -
XYZ 32.53 19.32 9.8 -
YUV 112.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 219 64 81 0 0.71 0.63 0.14 353.42 0.68 0.55
Hex DB 40 51 0 47 3F E 161 44 37
Octal 333 100 121 0 107 77 16 541 104 67
Binary 11011011 1000000 1010001 0 1000111 111111 1110 101100001 1000100 110111

Color Harmonies of #DB4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4051

Black with #DB4051

Text Example


Text Example

White with #DB4051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4051; }

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

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

background-color css

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

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

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

border-color css

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

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

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