Html Css Color HEX #DD3E53 Amaranth

📋 copy color: '#DD3E53'

red 221 ◦ green 62 ◦ blue 83

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

Shades of Amaranth #DD3E53

Tints of Amaranth #DD3E53

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 60.38%
G = 16.94%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3E53 (or 0xDD3E53) is known color: Amaranth. HEX triplet: DD, 3E and 53. RGB value is (221,62,83). Sum of RGB (Red+Green+Blue) = 221+62+83=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E53 is #22C1AC. Grayscale: #707070. Windows color (decimal): -2277805 or 5455581. OLE color: 5455581.

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

Color convert

RGB 221 62 83 -
CMYK 0 0.72 0.62 0.13
HSL 352.08º 0.7% 0.55% -
HSV(B) 352.08º 0.72% 0.87% -
XYZ 33.1 19.44 10.19 -
YUV 111.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 221 62 83 0 0.72 0.62 0.13 352.08 0.7 0.55
Hex DD 3E 53 0 48 3E D 160 46 37
Octal 335 76 123 0 110 76 15 540 106 67
Binary 11011101 111110 1010011 0 1001000 111110 1101 101100000 1000110 110111

Color Harmonies of #DD3E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E53

Black with #DD3E53

Text Example


Text Example

White with #DD3E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E53; }

 p { color: rgb(221,62,83); }

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

background-color css

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

 a { background-color: rgb(221,62,83); }

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

border-color css

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

 span { border-color: rgb(221,62,83); }

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