Html Css Color HEX #DD304D Amaranth

📋 copy color: '#DD304D'

red 221 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #DD304D

Tints of Amaranth #DD304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 63.87%
G = 13.87%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD304D (or 0xDD304D) is known color: Amaranth. HEX triplet: DD, 30 and 4D. RGB value is (221,48,77). Sum of RGB (Red+Green+Blue) = 221+48+77=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD304D is #22CFB2. Grayscale: #676767. Windows color (decimal): -2281395 or 5058781. OLE color: 5058781.

HSL color Cylindrical-coordinate representation of color #DD304D: hue angle of 349.94º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD304D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 77 -
CMYK 0 0.78 0.65 0.13
HSL 349.94º 0.72% 0.53% -
HSV(B) 349.94º 0.78% 0.87% -
XYZ 32.22 18.02 8.8 -
YUV 103.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 221 48 77 0 0.78 0.65 0.13 349.94 0.72 0.53
Hex DD 30 4D 0 4E 41 D 15E 48 35
Octal 335 60 115 0 116 101 15 536 110 65
Binary 11011101 110000 1001101 0 1001110 1000001 1101 101011110 1001000 110101

Color Harmonies of #DD304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD304D

Black with #DD304D

Text Example


Text Example

White with #DD304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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