Html Css Color HEX #DB2252 Amaranth

📋 copy color: '#DB2252'

red 219 ◦ green 34 ◦ blue 82

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

Shades of Amaranth #DB2252

Tints of Amaranth #DB2252

RGB

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

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

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

R = 65.37%
G = 10.15%
B = 24.48%

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

#DB2252 (or 0xDB2252) is known color: Amaranth. HEX triplet: DB, 22 and 52. RGB value is (219,34,82). Sum of RGB (Red+Green+Blue) = 219+34+82=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2252 is #24DDAD. Grayscale: #5E5E5E. Windows color (decimal): -2416046 or 5382875. OLE color: 5382875.

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

Color convert

RGB 219 34 82 -
CMYK 0 0.84 0.63 0.14
HSL 344.43º 0.73% 0.5% -
HSV(B) 344.43º 0.84% 0.86% -
XYZ 31.31 16.81 9.58 -
YUV 94.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 219 34 82 0 0.84 0.63 0.14 344.43 0.73 0.5
Hex DB 22 52 0 54 3F E 158 49 32
Octal 333 42 122 0 124 77 16 530 111 62
Binary 11011011 100010 1010010 0 1010100 111111 1110 101011000 1001001 110010

Color Harmonies of #DB2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2252

Black with #DB2252

Text Example


Text Example

White with #DB2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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