Html Css Color HEX #DD2355 Amaranth

📋 copy color: '#DD2355'

red 221 ◦ green 35 ◦ blue 85

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

Shades of Amaranth #DD2355

Tints of Amaranth #DD2355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 64.81%
G = 10.26%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD2355 (or 0xDD2355) is known color: Amaranth. HEX triplet: DD, 23 and 55. RGB value is (221,35,85). Sum of RGB (Red+Green+Blue) = 221+35+85=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2355 is #22DCAA. Grayscale: #606060. Windows color (decimal): -2284715 or 5579741. OLE color: 5579741.

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

Color convert

RGB 221 35 85 -
CMYK 0 0.84 0.62 0.13
HSL 343.87º 0.73% 0.5% -
HSV(B) 343.87º 0.84% 0.87% -
XYZ 32.06 17.23 10.23 -
YUV 96.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 221 35 85 0 0.84 0.62 0.13 343.87 0.73 0.5
Hex DD 23 55 0 54 3E D 158 49 32
Octal 335 43 125 0 124 76 15 530 111 62
Binary 11011101 100011 1010101 0 1010100 111110 1101 101011000 1001001 110010

Color Harmonies of #DD2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2355

Black with #DD2355

Text Example


Text Example

White with #DD2355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2355; }

 p { color: rgb(221,35,85); }

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

background-color css

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

 a { background-color: rgb(221,35,85); }

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

border-color css

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

 span { border-color: rgb(221,35,85); }

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