Html Css Color HEX #DB244D Amaranth

📋 copy color: '#DB244D'

red 219 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #DB244D

Tints of Amaranth #DB244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

 BLUE value IS 77 (30.47% from 255) = 23.19%

R = 65.96%
G = 10.84%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB244D (or 0xDB244D) is known color: Amaranth. HEX triplet: DB, 24 and 4D. RGB value is (219,36,77). Sum of RGB (Red+Green+Blue) = 219+36+77=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB244D is #24DBB2. Grayscale: #5F5F5F. Windows color (decimal): -2415539 or 5055707. OLE color: 5055707.

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

Color convert

RGB 219 36 77 -
CMYK 0 0.84 0.65 0.14
HSL 346.56º 0.72% 0.5% -
HSV(B) 346.56º 0.84% 0.86% -
XYZ 31.18 16.86 8.63 -
YUV 95.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 219 36 77 0 0.84 0.65 0.14 346.56 0.72 0.5
Hex DB 24 4D 0 54 41 E 15B 48 32
Octal 333 44 115 0 124 101 16 533 110 62
Binary 11011011 100100 1001101 0 1010100 1000001 1110 101011011 1001000 110010

Color Harmonies of #DB244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB244D

Black with #DB244D

Text Example


Text Example

White with #DB244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB244D; }

 p { color: rgb(219,36,77); }

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

background-color css

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

 a { background-color: rgb(219,36,77); }

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

border-color css

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

 span { border-color: rgb(219,36,77); }

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