Html Css Color HEX #DD2857 Amaranth

📋 copy color: '#DD2857'

red 221 ◦ green 40 ◦ blue 87

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

Shades of Amaranth #DD2857

Tints of Amaranth #DD2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.49%

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

R = 63.51%
G = 11.49%
B = 25%

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

#DD2857 (or 0xDD2857) is known color: Amaranth. HEX triplet: DD, 28 and 57. RGB value is (221,40,87). Sum of RGB (Red+Green+Blue) = 221+40+87=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2857 is #22D7A8. Grayscale: #636363. Windows color (decimal): -2283433 or 5712093. OLE color: 5712093.

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

Color convert

RGB 221 40 87 -
CMYK 0 0.82 0.61 0.13
HSL 344.42º 0.73% 0.51% -
HSV(B) 344.42º 0.82% 0.87% -
XYZ 32.3 17.58 10.71 -
YUV 99.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 221 40 87 0 0.82 0.61 0.13 344.42 0.73 0.51
Hex DD 28 57 0 52 3D D 158 49 33
Octal 335 50 127 0 122 75 15 530 111 63
Binary 11011101 101000 1010111 0 1010010 111101 1101 101011000 1001001 110011

Color Harmonies of #DD2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2857

Black with #DD2857

Text Example


Text Example

White with #DD2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2857; }

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

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

background-color css

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

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

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

border-color css

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

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

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