Html Css Color HEX #DD284D Amaranth

📋 copy color: '#DD284D'

red 221 ◦ green 40 ◦ blue 77

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

Shades of Amaranth #DD284D

Tints of Amaranth #DD284D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 65.38%
G = 11.83%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD284D (or 0xDD284D) is known color: Amaranth. HEX triplet: DD, 28 and 4D. RGB value is (221,40,77). Sum of RGB (Red+Green+Blue) = 221+40+77=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD284D is #22D7B2. Grayscale: #626262. Windows color (decimal): -2283443 or 5056733. OLE color: 5056733.

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

Color convert

RGB 221 40 77 -
CMYK 0 0.82 0.65 0.13
HSL 347.73º 0.73% 0.51% -
HSV(B) 347.73º 0.82% 0.87% -
XYZ 31.92 17.43 8.7 -
YUV 98.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 221 40 77 0 0.82 0.65 0.13 347.73 0.73 0.51
Hex DD 28 4D 0 52 41 D 15C 49 33
Octal 335 50 115 0 122 101 15 534 111 63
Binary 11011101 101000 1001101 0 1010010 1000001 1101 101011100 1001001 110011

Color Harmonies of #DD284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD284D

Black with #DD284D

Text Example


Text Example

White with #DD284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD284D; }

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

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

background-color css

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

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

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

border-color css

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

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

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