Html Css Color HEX #DB2553 Amaranth

📋 copy color: '#DB2553'

red 219 ◦ green 37 ◦ blue 83

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

Shades of Amaranth #DB2553

Tints of Amaranth #DB2553

RGB

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

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

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

R = 64.6%
G = 10.91%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB2553 (or 0xDB2553) is known color: Amaranth. HEX triplet: DB, 25 and 53. RGB value is (219,37,83). Sum of RGB (Red+Green+Blue) = 219+37+83=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2553 is #24DAAC. Grayscale: #606060. Windows color (decimal): -2415277 or 5449179. OLE color: 5449179.

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

Color convert

RGB 219 37 83 -
CMYK 0 0.83 0.62 0.14
HSL 344.84º 0.72% 0.5% -
HSV(B) 344.84º 0.83% 0.86% -
XYZ 31.44 17.01 9.81 -
YUV 96.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 219 37 83 0 0.83 0.62 0.14 344.84 0.72 0.5
Hex DB 25 53 0 53 3E E 159 48 32
Octal 333 45 123 0 123 76 16 531 110 62
Binary 11011011 100101 1010011 0 1010011 111110 1110 101011001 1001000 110010

Color Harmonies of #DB2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2553

Black with #DB2553

Text Example


Text Example

White with #DB2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2553; }

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

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

background-color css

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

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

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

border-color css

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

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

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