Html Css Color HEX #DD2956 Amaranth

📋 copy color: '#DD2956'

red 221 ◦ green 41 ◦ blue 86

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

Shades of Amaranth #DD2956

Tints of Amaranth #DD2956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 63.51%
G = 11.78%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD2956 (or 0xDD2956) is known color: Amaranth. HEX triplet: DD, 29 and 56. RGB value is (221,41,86). Sum of RGB (Red+Green+Blue) = 221+41+86=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2956 is #22D6A9. Grayscale: #636363. Windows color (decimal): -2283178 or 5646813. OLE color: 5646813.

HSL color Cylindrical-coordinate representation of color #DD2956: 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.81%. Process color model (Four color, CMYK) of #DD2956 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 86 -
CMYK 0 0.81 0.61 0.13
HSL 345º 0.73% 0.51% -
HSV(B) 345º 0.81% 0.87% -
XYZ 32.29 17.63 10.51 -
YUV 99.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 221 41 86 0 0.81 0.61 0.13 345 0.73 0.51
Hex DD 29 56 0 51 3D D 159 49 33
Octal 335 51 126 0 121 75 15 531 111 63
Binary 11011101 101001 1010110 0 1010001 111101 1101 101011001 1001001 110011

Color Harmonies of #DD2956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2956

Black with #DD2956

Text Example


Text Example

White with #DD2956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2956; }

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

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

background-color css

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

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

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

border-color css

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

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

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