Html Css Color HEX #DD2252 Amaranth

📋 copy color: '#DD2252'

red 221 ◦ green 34 ◦ blue 82

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

Shades of Amaranth #DD2252

Tints of Amaranth #DD2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 65.58%
G = 10.09%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD2252 (or 0xDD2252) is known color: Amaranth. HEX triplet: DD, 22 and 52. RGB value is (221,34,82). Sum of RGB (Red+Green+Blue) = 221+34+82=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2252 is #22DDAD. Grayscale: #5F5F5F. Windows color (decimal): -2284974 or 5382877. OLE color: 5382877.

HSL color Cylindrical-coordinate representation of color #DD2252: hue angle of 344.6º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2252 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 34 82 -
CMYK 0 0.85 0.63 0.13
HSL 344.6º 0.73% 0.5% -
HSV(B) 344.6º 0.85% 0.87% -
XYZ 31.91 17.13 9.61 -
YUV 95.39 120.45 217.6 -
System Red Green Blue C M Y K H S L
Decimal 221 34 82 0 0.85 0.63 0.13 344.6 0.73 0.5
Hex DD 22 52 0 55 3F D 159 49 32
Octal 335 42 122 0 125 77 15 531 111 62
Binary 11011101 100010 1010010 0 1010101 111111 1101 101011001 1001001 110010

Color Harmonies of #DD2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2252

Black with #DD2252

Text Example


Text Example

White with #DD2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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