Html Css Color HEX #DD3655 Amaranth

📋 copy color: '#DD3655'

red 221 ◦ green 54 ◦ blue 85

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

Shades of Amaranth #DD3655

Tints of Amaranth #DD3655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 61.39%
G = 15%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3655 (or 0xDD3655) is known color: Amaranth. HEX triplet: DD, 36 and 55. RGB value is (221,54,85). Sum of RGB (Red+Green+Blue) = 221+54+85=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3655 is #22C9AA. Grayscale: #6B6B6B. Windows color (decimal): -2279851 or 5584605. OLE color: 5584605.

HSL color Cylindrical-coordinate representation of color #DD3655: hue angle of 348.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3655 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 54 85 -
CMYK 0 0.76 0.62 0.13
HSL 348.86º 0.71% 0.54% -
HSV(B) 348.86º 0.76% 0.87% -
XYZ 32.78 18.67 10.47 -
YUV 107.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 221 54 85 0 0.76 0.62 0.13 348.86 0.71 0.54
Hex DD 36 55 0 4C 3E D 15D 47 36
Octal 335 66 125 0 114 76 15 535 107 66
Binary 11011101 110110 1010101 0 1001100 111110 1101 101011101 1000111 110110

Color Harmonies of #DD3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3655

Black with #DD3655

Text Example


Text Example

White with #DD3655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3655; }

 p { color: rgb(221,54,85); }

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

background-color css

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

 a { background-color: rgb(221,54,85); }

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

border-color css

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

 span { border-color: rgb(221,54,85); }

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