Html Css Color HEX #DB2452 Amaranth

📋 copy color: '#DB2452'

red 219 ◦ green 36 ◦ blue 82

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

Shades of Amaranth #DB2452

Tints of Amaranth #DB2452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 64.99%
G = 10.68%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB2452 (or 0xDB2452) is known color: Amaranth. HEX triplet: DB, 24 and 52. RGB value is (219,36,82). Sum of RGB (Red+Green+Blue) = 219+36+82=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2452 is #24DBAD. Grayscale: #5F5F5F. Windows color (decimal): -2415534 or 5383387. OLE color: 5383387.

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

Color convert

RGB 219 36 82 -
CMYK 0 0.84 0.63 0.14
HSL 344.92º 0.72% 0.5% -
HSV(B) 344.92º 0.84% 0.86% -
XYZ 31.37 16.93 9.6 -
YUV 95.96 120.13 215.76 -
System Red Green Blue C M Y K H S L
Decimal 219 36 82 0 0.84 0.63 0.14 344.92 0.72 0.5
Hex DB 24 52 0 54 3F E 159 48 32
Octal 333 44 122 0 124 77 16 531 110 62
Binary 11011011 100100 1010010 0 1010100 111111 1110 101011001 1001000 110010

Color Harmonies of #DB2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2452

Black with #DB2452

Text Example


Text Example

White with #DB2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2452; }

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

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

background-color css

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

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

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

border-color css

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

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

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