Html Css Color HEX #DD304E Amaranth

📋 copy color: '#DD304E'

red 221 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #DD304E

Tints of Amaranth #DD304E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 63.69%
G = 13.83%
B = 22.48%

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

#DD304E (or 0xDD304E) is known color: Amaranth. HEX triplet: DD, 30 and 4E. RGB value is (221,48,78). Sum of RGB (Red+Green+Blue) = 221+48+78=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD304E is #22CFB1. Grayscale: #676767. Windows color (decimal): -2281394 or 5124317. OLE color: 5124317.

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

Color convert

RGB 221 48 78 -
CMYK 0 0.78 0.65 0.13
HSL 349.6º 0.72% 0.53% -
HSV(B) 349.6º 0.78% 0.87% -
XYZ 32.25 18.04 8.99 -
YUV 103.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 221 48 78 0 0.78 0.65 0.13 349.6 0.72 0.53
Hex DD 30 4E 0 4E 41 D 15E 48 35
Octal 335 60 116 0 116 101 15 536 110 65
Binary 11011101 110000 1001110 0 1001110 1000001 1101 101011110 1001000 110101

Color Harmonies of #DD304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD304E

Black with #DD304E

Text Example


Text Example

White with #DD304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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