Html Css Color HEX #DD3F55 Amaranth

📋 copy color: '#DD3F55'

red 221 ◦ green 63 ◦ blue 85

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

Shades of Amaranth #DD3F55

Tints of Amaranth #DD3F55

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

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

R = 59.89%
G = 17.07%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3F55 (or 0xDD3F55) is known color: Amaranth. HEX triplet: DD, 3F and 55. RGB value is (221,63,85). Sum of RGB (Red+Green+Blue) = 221+63+85=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F55 is #22C0AA. Grayscale: #707070. Windows color (decimal): -2277547 or 5586909. OLE color: 5586909.

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

Color convert

RGB 221 63 85 -
CMYK 0 0.71 0.62 0.13
HSL 351.65º 0.7% 0.56% -
HSV(B) 351.65º 0.71% 0.87% -
XYZ 33.24 19.58 10.62 -
YUV 112.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 221 63 85 0 0.71 0.62 0.13 351.65 0.7 0.56
Hex DD 3F 55 0 47 3E D 160 46 38
Octal 335 77 125 0 107 76 15 540 106 70
Binary 11011101 111111 1010101 0 1000111 111110 1101 101100000 1000110 111000

Color Harmonies of #DD3F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F55

Black with #DD3F55

Text Example


Text Example

White with #DD3F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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