Html Css Color HEX #DD2256 Amaranth

📋 copy color: '#DD2256'

red 221 ◦ green 34 ◦ blue 86

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

Shades of Amaranth #DD2256

Tints of Amaranth #DD2256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 64.81%
G = 9.97%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD2256 (or 0xDD2256) is known color: Amaranth. HEX triplet: DD, 22 and 56. RGB value is (221,34,86). Sum of RGB (Red+Green+Blue) = 221+34+86=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2256 is #22DDA9. Grayscale: #5F5F5F. Windows color (decimal): -2284970 or 5645021. OLE color: 5645021.

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

Color convert

RGB 221 34 86 -
CMYK 0 0.85 0.61 0.13
HSL 343.32º 0.73% 0.5% -
HSV(B) 343.32º 0.85% 0.87% -
XYZ 32.07 17.19 10.43 -
YUV 95.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 221 34 86 0 0.85 0.61 0.13 343.32 0.73 0.5
Hex DD 22 56 0 55 3D D 157 49 32
Octal 335 42 126 0 125 75 15 527 111 62
Binary 11011101 100010 1010110 0 1010101 111101 1101 101010111 1001001 110010

Color Harmonies of #DD2256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2256

Black with #DD2256

Text Example


Text Example

White with #DD2256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2256; }

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

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

background-color css

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

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

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

border-color css

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

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

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