Html Css Color HEX #DB2453 Amaranth

📋 copy color: '#DB2453'

red 219 ◦ green 36 ◦ blue 83

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

Shades of Amaranth #DB2453

Tints of Amaranth #DB2453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.65%

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

R = 64.79%
G = 10.65%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB2453 (or 0xDB2453) is known color: Amaranth. HEX triplet: DB, 24 and 53. RGB value is (219,36,83). Sum of RGB (Red+Green+Blue) = 219+36+83=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2453 is #24DBAC. Grayscale: #606060. Windows color (decimal): -2415533 or 5448923. OLE color: 5448923.

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

Color convert

RGB 219 36 83 -
CMYK 0 0.84 0.62 0.14
HSL 344.59º 0.72% 0.5% -
HSV(B) 344.59º 0.84% 0.86% -
XYZ 31.41 16.95 9.8 -
YUV 96.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 219 36 83 0 0.84 0.62 0.14 344.59 0.72 0.5
Hex DB 24 53 0 54 3E E 159 48 32
Octal 333 44 123 0 124 76 16 531 110 62
Binary 11011011 100100 1010011 0 1010100 111110 1110 101011001 1001000 110010

Color Harmonies of #DB2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2453

Black with #DB2453

Text Example


Text Example

White with #DB2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2453; }

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

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

background-color css

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

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

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

border-color css

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

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

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