Html Css Color HEX #DD244F Amaranth

📋 copy color: '#DD244F'

red 221 ◦ green 36 ◦ blue 79

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

Shades of Amaranth #DD244F

Tints of Amaranth #DD244F

RGB

 RED value IS 221 (86.72% from 255) = 65.77%

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

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 65.77%
G = 10.71%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD244F (or 0xDD244F) is known color: Amaranth. HEX triplet: DD, 24 and 4F. RGB value is (221,36,79). Sum of RGB (Red+Green+Blue) = 221+36+79=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD244F is #22DBB0. Grayscale: #606060. Windows color (decimal): -2284465 or 5186781. OLE color: 5186781.

HSL color Cylindrical-coordinate representation of color #DD244F: hue angle of 346.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD244F is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 79 -
CMYK 0 0.84 0.64 0.13
HSL 346.05º 0.73% 0.5% -
HSV(B) 346.05º 0.84% 0.87% -
XYZ 31.86 17.2 9.04 -
YUV 96.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 221 36 79 0 0.84 0.64 0.13 346.05 0.73 0.5
Hex DD 24 4F 0 54 40 D 15A 49 32
Octal 335 44 117 0 124 100 15 532 111 62
Binary 11011101 100100 1001111 0 1010100 1000000 1101 101011010 1001001 110010

Color Harmonies of #DD244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD244F

Black with #DD244F

Text Example


Text Example

White with #DD244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD244F; }

 p { color: rgb(221,36,79); }

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

background-color css

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

 a { background-color: rgb(221,36,79); }

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

border-color css

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

 span { border-color: rgb(221,36,79); }

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