Html Css Color HEX #DB2258 Amaranth

📋 copy color: '#DB2258'

red 219 ◦ green 34 ◦ blue 88

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

Shades of Amaranth #DB2258

Tints of Amaranth #DB2258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

 BLUE value IS 88 (34.77% from 255) = 25.81%

R = 64.22%
G = 9.97%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB2258 (or 0xDB2258) is known color: Amaranth. HEX triplet: DB, 22 and 58. RGB value is (219,34,88). Sum of RGB (Red+Green+Blue) = 219+34+88=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2258 is #24DDA7. Grayscale: #5F5F5F. Windows color (decimal): -2416040 or 5776091. OLE color: 5776091.

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

Color convert

RGB 219 34 88 -
CMYK 0 0.84 0.60 0.14
HSL 342.49º 0.73% 0.5% -
HSV(B) 342.49º 0.84% 0.86% -
XYZ 31.55 16.91 10.83 -
YUV 95.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 219 34 88 0 0.84 0.60 0.14 342.49 0.73 0.5
Hex DB 22 58 0 54 3C E 156 49 32
Octal 333 42 130 0 124 74 16 526 111 62
Binary 11011011 100010 1011000 0 1010100 111100 1110 101010110 1001001 110010

Color Harmonies of #DB2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2258

Black with #DB2258

Text Example


Text Example

White with #DB2258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2258; }

 p { color: rgb(219,34,88); }

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

background-color css

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

 a { background-color: rgb(219,34,88); }

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

border-color css

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

 span { border-color: rgb(219,34,88); }

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