Html Css Color HEX #DB2D44 Amaranth

📋 copy color: '#DB2D44'

red 219 ◦ green 45 ◦ blue 68

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

Shades of Amaranth #DB2D44

Tints of Amaranth #DB2D44

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 65.96%
G = 13.55%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB2D44 (or 0xDB2D44) is known color: Amaranth. HEX triplet: DB, 2D and 44. RGB value is (219,45,68). Sum of RGB (Red+Green+Blue) = 219+45+68=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D44 is #24D2BB. Grayscale: #636363. Windows color (decimal): -2413244 or 4468187. OLE color: 4468187.

HSL color Cylindrical-coordinate representation of color #DB2D44: hue angle of 352.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2D44 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 45 68 -
CMYK 0 0.79 0.69 0.14
HSL 352.07º 0.71% 0.52% -
HSV(B) 352.07º 0.79% 0.86% -
XYZ 31.2 17.35 7.17 -
YUV 99.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 219 45 68 0 0.79 0.69 0.14 352.07 0.71 0.52
Hex DB 2D 44 0 4F 45 E 160 47 34
Octal 333 55 104 0 117 105 16 540 107 64
Binary 11011011 101101 1000100 0 1001111 1000101 1110 101100000 1000111 110100

Color Harmonies of #DB2D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D44

Black with #DB2D44

Text Example


Text Example

White with #DB2D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D44; }

 p { color: rgb(219,45,68); }

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

background-color css

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

 a { background-color: rgb(219,45,68); }

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

border-color css

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

 span { border-color: rgb(219,45,68); }

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