Html Css Color HEX #DB2353 Amaranth

📋 copy color: '#DB2353'

red 219 ◦ green 35 ◦ blue 83

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

Shades of Amaranth #DB2353

Tints of Amaranth #DB2353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

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

R = 64.99%
G = 10.39%
B = 24.63%

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

#DB2353 (or 0xDB2353) is known color: Amaranth. HEX triplet: DB, 23 and 53. RGB value is (219,35,83). Sum of RGB (Red+Green+Blue) = 219+35+83=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2353 is #24DCAC. Grayscale: #5F5F5F. Windows color (decimal): -2415789 or 5448667. OLE color: 5448667.

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

Color convert

RGB 219 35 83 -
CMYK 0 0.84 0.62 0.14
HSL 344.35º 0.72% 0.5% -
HSV(B) 344.35º 0.84% 0.86% -
XYZ 31.38 16.89 9.79 -
YUV 95.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 219 35 83 0 0.84 0.62 0.14 344.35 0.72 0.5
Hex DB 23 53 0 54 3E E 158 48 32
Octal 333 43 123 0 124 76 16 530 110 62
Binary 11011011 100011 1010011 0 1010100 111110 1110 101011000 1001000 110010

Color Harmonies of #DB2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2353

Black with #DB2353

Text Example


Text Example

White with #DB2353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2353; }

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

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

background-color css

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

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

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

border-color css

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

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

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