Html Css Color HEX #DD2F54 Amaranth

📋 copy color: '#DD2F54'

red 221 ◦ green 47 ◦ blue 84

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

Shades of Amaranth #DD2F54

Tints of Amaranth #DD2F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.35%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 62.78%
G = 13.35%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD2F54 (or 0xDD2F54) is known color: Amaranth. HEX triplet: DD, 2F and 54. RGB value is (221,47,84). Sum of RGB (Red+Green+Blue) = 221+47+84=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2F54 is #22D0AB. Grayscale: #676767. Windows color (decimal): -2281644 or 5517277. OLE color: 5517277.

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

Color convert

RGB 221 47 84 -
CMYK 0 0.79 0.62 0.13
HSL 347.24º 0.72% 0.53% -
HSV(B) 347.24º 0.79% 0.87% -
XYZ 32.44 18.05 10.16 -
YUV 103.24 117.15 211.99 -
System Red Green Blue C M Y K H S L
Decimal 221 47 84 0 0.79 0.62 0.13 347.24 0.72 0.53
Hex DD 2F 54 0 4F 3E D 15B 48 35
Octal 335 57 124 0 117 76 15 533 110 65
Binary 11011101 101111 1010100 0 1001111 111110 1101 101011011 1001000 110101

Color Harmonies of #DD2F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F54

Black with #DD2F54

Text Example


Text Example

White with #DD2F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F54; }

 p { color: rgb(221,47,84); }

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

background-color css

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

 a { background-color: rgb(221,47,84); }

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

border-color css

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

 span { border-color: rgb(221,47,84); }

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