Html Css Color HEX #DD4152 Amaranth

📋 copy color: '#DD4152'

red 221 ◦ green 65 ◦ blue 82

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

Shades of Amaranth #DD4152

Tints of Amaranth #DD4152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 60.05%
G = 17.66%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD4152 (or 0xDD4152) is known color: Amaranth. HEX triplet: DD, 41 and 52. RGB value is (221,65,82). Sum of RGB (Red+Green+Blue) = 221+65+82=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4152 is #22BEAD. Grayscale: #717171. Windows color (decimal): -2277038 or 5390813. OLE color: 5390813.

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

Color convert

RGB 221 65 82 -
CMYK 0 0.71 0.63 0.13
HSL 353.46º 0.7% 0.56% -
HSV(B) 353.46º 0.71% 0.87% -
XYZ 33.23 19.76 10.05 -
YUV 113.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 221 65 82 0 0.71 0.63 0.13 353.46 0.7 0.56
Hex DD 41 52 0 47 3F D 161 46 38
Octal 335 101 122 0 107 77 15 541 106 70
Binary 11011101 1000001 1010010 0 1000111 111111 1101 101100001 1000110 111000

Color Harmonies of #DD4152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4152

Black with #DD4152

Text Example


Text Example

White with #DD4152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4152; }

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

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

background-color css

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

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

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

border-color css

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

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

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