Html Css Color HEX #DB2153 Amaranth

📋 copy color: '#DB2153'

red 219 ◦ green 33 ◦ blue 83

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

Shades of Amaranth #DB2153

Tints of Amaranth #DB2153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

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

R = 65.37%
G = 9.85%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB2153 (or 0xDB2153) is known color: Amaranth. HEX triplet: DB, 21 and 53. RGB value is (219,33,83). Sum of RGB (Red+Green+Blue) = 219+33+83=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2153 is #24DEAC. Grayscale: #5E5E5E. Windows color (decimal): -2416301 or 5448155. OLE color: 5448155.

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

Color convert

RGB 219 33 83 -
CMYK 0 0.85 0.62 0.14
HSL 343.87º 0.74% 0.49% -
HSV(B) 343.87º 0.85% 0.86% -
XYZ 31.32 16.77 9.77 -
YUV 94.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 219 33 83 0 0.85 0.62 0.14 343.87 0.74 0.49
Hex DB 21 53 0 55 3E E 158 4A 31
Octal 333 41 123 0 125 76 16 530 112 61
Binary 11011011 100001 1010011 0 1010101 111110 1110 101011000 1001010 110001

Color Harmonies of #DB2153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2153

Black with #DB2153

Text Example


Text Example

White with #DB2153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2153; }

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

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

background-color css

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

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

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

border-color css

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

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

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