Html Css Color HEX #DB1D53 Amaranth

📋 copy color: '#DB1D53'

red 219 ◦ green 29 ◦ blue 83

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

Shades of Amaranth #DB1D53

Tints of Amaranth #DB1D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

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

R = 66.16%
G = 8.76%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB1D53 (or 0xDB1D53) is known color: Amaranth. HEX triplet: DB, 1D and 53. RGB value is (219,29,83). Sum of RGB (Red+Green+Blue) = 219+29+83=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1D53 is #24E2AC. Grayscale: #5B5B5B. Windows color (decimal): -2417325 or 5447131. OLE color: 5447131.

HSL color Cylindrical-coordinate representation of color #DB1D53: hue angle of 342.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D53 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 29 83 -
CMYK 0 0.87 0.62 0.14
HSL 342.95º 0.77% 0.49% -
HSV(B) 342.95º 0.87% 0.86% -
XYZ 31.21 16.56 9.74 -
YUV 91.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 219 29 83 0 0.87 0.62 0.14 342.95 0.77 0.49
Hex DB 1D 53 0 57 3E E 157 4D 31
Octal 333 35 123 0 127 76 16 527 115 61
Binary 11011011 11101 1010011 0 1010111 111110 1110 101010111 1001101 110001

Color Harmonies of #DB1D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D53

Black with #DB1D53

Text Example


Text Example

White with #DB1D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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