Html Css Color HEX #DD2553 Amaranth

📋 copy color: '#DD2553'

red 221 ◦ green 37 ◦ blue 83

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

Shades of Amaranth #DD2553

Tints of Amaranth #DD2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

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

R = 64.81%
G = 10.85%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD2553 (or 0xDD2553) is known color: Amaranth. HEX triplet: DD, 25 and 53. RGB value is (221,37,83). Sum of RGB (Red+Green+Blue) = 221+37+83=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2553 is #22DAAC. Grayscale: #616161. Windows color (decimal): -2284205 or 5449181. OLE color: 5449181.

HSL color Cylindrical-coordinate representation of color #DD2553: hue angle of 345º 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 #DD2553 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 83 -
CMYK 0 0.83 0.62 0.13
HSL 345º 0.73% 0.51% -
HSV(B) 345º 0.83% 0.87% -
XYZ 32.04 17.32 9.84 -
YUV 97.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 221 37 83 0 0.83 0.62 0.13 345 0.73 0.51
Hex DD 25 53 0 53 3E D 159 49 33
Octal 335 45 123 0 123 76 15 531 111 63
Binary 11011101 100101 1010011 0 1010011 111110 1101 101011001 1001001 110011

Color Harmonies of #DD2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2553

Black with #DD2553

Text Example


Text Example

White with #DD2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2553; }

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

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

background-color css

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

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

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

border-color css

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

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

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