Html Css Color HEX #DD2647 Amaranth

📋 copy color: '#DD2647'

red 221 ◦ green 38 ◦ blue 71

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

Shades of Amaranth #DD2647

Tints of Amaranth #DD2647

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

 BLUE value IS 71 (28.13% from 255) = 21.52%

R = 66.97%
G = 11.52%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD2647 (or 0xDD2647) is known color: Amaranth. HEX triplet: DD, 26 and 47. RGB value is (221,38,71). Sum of RGB (Red+Green+Blue) = 221+38+71=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2647 is #22D9B8. Grayscale: #606060. Windows color (decimal): -2283961 or 4663005. OLE color: 4663005.

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

Color convert

RGB 221 38 71 -
CMYK 0 0.83 0.68 0.13
HSL 349.18º 0.73% 0.51% -
HSV(B) 349.18º 0.83% 0.87% -
XYZ 31.65 17.21 7.62 -
YUV 96.48 113.63 216.82 -
System Red Green Blue C M Y K H S L
Decimal 221 38 71 0 0.83 0.68 0.13 349.18 0.73 0.51
Hex DD 26 47 0 53 44 D 15D 49 33
Octal 335 46 107 0 123 104 15 535 111 63
Binary 11011101 100110 1000111 0 1010011 1000100 1101 101011101 1001001 110011

Color Harmonies of #DD2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2647

Black with #DD2647

Text Example


Text Example

White with #DD2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2647; }

 p { color: rgb(221,38,71); }

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

background-color css

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

 a { background-color: rgb(221,38,71); }

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

border-color css

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

 span { border-color: rgb(221,38,71); }

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