Html Css Color HEX #DD314E Amaranth

📋 copy color: '#DD314E'

red 221 ◦ green 49 ◦ blue 78

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

Shades of Amaranth #DD314E

Tints of Amaranth #DD314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

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

R = 63.51%
G = 14.08%
B = 22.41%

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

#DD314E (or 0xDD314E) is known color: Amaranth. HEX triplet: DD, 31 and 4E. RGB value is (221,49,78). Sum of RGB (Red+Green+Blue) = 221+49+78=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD314E is #22CEB1. Grayscale: #676767. Windows color (decimal): -2281138 or 5124573. OLE color: 5124573.

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

Color convert

RGB 221 49 78 -
CMYK 0 0.78 0.65 0.13
HSL 349.88º 0.72% 0.53% -
HSV(B) 349.88º 0.78% 0.87% -
XYZ 32.29 18.12 9 -
YUV 103.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 221 49 78 0 0.78 0.65 0.13 349.88 0.72 0.53
Hex DD 31 4E 0 4E 41 D 15E 48 35
Octal 335 61 116 0 116 101 15 536 110 65
Binary 11011101 110001 1001110 0 1001110 1000001 1101 101011110 1001000 110101

Color Harmonies of #DD314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD314E

Black with #DD314E

Text Example


Text Example

White with #DD314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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