Html Css Color HEX #DD4153 Amaranth

📋 copy color: '#DD4153'

red 221 ◦ green 65 ◦ blue 83

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

Shades of Amaranth #DD4153

Tints of Amaranth #DD4153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 59.89%
G = 17.62%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4153 (or 0xDD4153) is known color: Amaranth. HEX triplet: DD, 41 and 53. RGB value is (221,65,83). Sum of RGB (Red+Green+Blue) = 221+65+83=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4153 is #22BEAC. Grayscale: #717171. Windows color (decimal): -2277037 or 5456349. OLE color: 5456349.

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

Color convert

RGB 221 65 83 -
CMYK 0 0.71 0.62 0.13
HSL 353.08º 0.7% 0.56% -
HSV(B) 353.08º 0.71% 0.87% -
XYZ 33.27 19.78 10.25 -
YUV 113.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 221 65 83 0 0.71 0.62 0.13 353.08 0.7 0.56
Hex DD 41 53 0 47 3E D 161 46 38
Octal 335 101 123 0 107 76 15 541 106 70
Binary 11011101 1000001 1010011 0 1000111 111110 1101 101100001 1000110 111000

Color Harmonies of #DD4153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4153

Black with #DD4153

Text Example


Text Example

White with #DD4153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4153; }

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

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

background-color css

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

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

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

border-color css

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

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

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