Html Css Color HEX #DD2757 Amaranth

📋 copy color: '#DD2757'

red 221 ◦ green 39 ◦ blue 87

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

Shades of Amaranth #DD2757

Tints of Amaranth #DD2757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

 BLUE value IS 87 (34.38% from 255) = 25.07%

R = 63.69%
G = 11.24%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD2757 (or 0xDD2757) is known color: Amaranth. HEX triplet: DD, 27 and 57. RGB value is (221,39,87). Sum of RGB (Red+Green+Blue) = 221+39+87=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2757 is #22D8A8. Grayscale: #626262. Windows color (decimal): -2283689 or 5711837. OLE color: 5711837.

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

Color convert

RGB 221 39 87 -
CMYK 0 0.82 0.61 0.13
HSL 344.18º 0.73% 0.51% -
HSV(B) 344.18º 0.82% 0.87% -
XYZ 32.26 17.51 10.7 -
YUV 98.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 221 39 87 0 0.82 0.61 0.13 344.18 0.73 0.51
Hex DD 27 57 0 52 3D D 158 49 33
Octal 335 47 127 0 122 75 15 530 111 63
Binary 11011101 100111 1010111 0 1010010 111101 1101 101011000 1001001 110011

Color Harmonies of #DD2757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2757

Black with #DD2757

Text Example


Text Example

White with #DD2757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2757; }

 p { color: rgb(221,39,87); }

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

background-color css

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

 a { background-color: rgb(221,39,87); }

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

border-color css

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

 span { border-color: rgb(221,39,87); }

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