Html Css Color HEX #DD2552 Amaranth

📋 copy color: '#DD2552'

red 221 ◦ green 37 ◦ blue 82

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

Shades of Amaranth #DD2552

Tints of Amaranth #DD2552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 65%
G = 10.88%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD2552 (or 0xDD2552) is known color: Amaranth. HEX triplet: DD, 25 and 52. RGB value is (221,37,82). Sum of RGB (Red+Green+Blue) = 221+37+82=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2552 is #22DAAD. Grayscale: #616161. Windows color (decimal): -2284206 or 5383645. OLE color: 5383645.

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

Color convert

RGB 221 37 82 -
CMYK 0 0.83 0.63 0.13
HSL 345.33º 0.73% 0.51% -
HSV(B) 345.33º 0.83% 0.87% -
XYZ 32 17.3 9.64 -
YUV 97.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 221 37 82 0 0.83 0.63 0.13 345.33 0.73 0.51
Hex DD 25 52 0 53 3F D 159 49 33
Octal 335 45 122 0 123 77 15 531 111 63
Binary 11011101 100101 1010010 0 1010011 111111 1101 101011001 1001001 110011

Color Harmonies of #DD2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2552

Black with #DD2552

Text Example


Text Example

White with #DD2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2552; }

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

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

background-color css

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

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

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

border-color css

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

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

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