Html Css Color HEX #DD3153 Amaranth

📋 copy color: '#DD3153'

red 221 ◦ green 49 ◦ blue 83

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

Shades of Amaranth #DD3153

Tints of Amaranth #DD3153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 62.61%
G = 13.88%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3153 (or 0xDD3153) is known color: Amaranth. HEX triplet: DD, 31 and 53. RGB value is (221,49,83). Sum of RGB (Red+Green+Blue) = 221+49+83=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3153 is #22CEAC. Grayscale: #686868. Windows color (decimal): -2281133 or 5452253. OLE color: 5452253.

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

Color convert

RGB 221 49 83 -
CMYK 0 0.78 0.62 0.13
HSL 348.14º 0.72% 0.53% -
HSV(B) 348.14º 0.78% 0.87% -
XYZ 32.48 18.19 9.98 -
YUV 104.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 221 49 83 0 0.78 0.62 0.13 348.14 0.72 0.53
Hex DD 31 53 0 4E 3E D 15C 48 35
Octal 335 61 123 0 116 76 15 534 110 65
Binary 11011101 110001 1010011 0 1001110 111110 1101 101011100 1001000 110101

Color Harmonies of #DD3153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3153

Black with #DD3153

Text Example


Text Example

White with #DD3153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3153; }

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

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

background-color css

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

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

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

border-color css

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

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

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