Html Css Color HEX #DB2555 Amaranth

📋 copy color: '#DB2555'

red 219 ◦ green 37 ◦ blue 85

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

Shades of Amaranth #DB2555

Tints of Amaranth #DB2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 64.22%
G = 10.85%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB2555 (or 0xDB2555) is known color: Amaranth. HEX triplet: DB, 25 and 55. RGB value is (219,37,85). Sum of RGB (Red+Green+Blue) = 219+37+85=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2555 is #24DAAA. Grayscale: #606060. Windows color (decimal): -2415275 or 5580251. OLE color: 5580251.

HSL color Cylindrical-coordinate representation of color #DB2555: hue angle of 344.18º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2555 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 85 -
CMYK 0 0.83 0.61 0.14
HSL 344.18º 0.72% 0.5% -
HSV(B) 344.18º 0.83% 0.86% -
XYZ 31.51 17.04 10.22 -
YUV 96.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 219 37 85 0 0.83 0.61 0.14 344.18 0.72 0.5
Hex DB 25 55 0 53 3D E 158 48 32
Octal 333 45 125 0 123 75 16 530 110 62
Binary 11011011 100101 1010101 0 1010011 111101 1110 101011000 1001000 110010

Color Harmonies of #DB2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2555

Black with #DB2555

Text Example


Text Example

White with #DB2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2555; }

 p { color: rgb(219,37,85); }

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

background-color css

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

 a { background-color: rgb(219,37,85); }

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

border-color css

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

 span { border-color: rgb(219,37,85); }

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