Html Css Color HEX #DD3452 Amaranth

📋 copy color: '#DD3452'

red 221 ◦ green 52 ◦ blue 82

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

Shades of Amaranth #DD3452

Tints of Amaranth #DD3452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

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

R = 62.25%
G = 14.65%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD3452 (or 0xDD3452) is known color: Amaranth. HEX triplet: DD, 34 and 52. RGB value is (221,52,82). Sum of RGB (Red+Green+Blue) = 221+52+82=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3452 is #22CBAD. Grayscale: #696969. Windows color (decimal): -2280366 or 5387485. OLE color: 5387485.

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

Color convert

RGB 221 52 82 -
CMYK 0 0.76 0.63 0.13
HSL 349.35º 0.71% 0.54% -
HSV(B) 349.35º 0.76% 0.87% -
XYZ 32.57 18.44 9.82 -
YUV 105.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 221 52 82 0 0.76 0.63 0.13 349.35 0.71 0.54
Hex DD 34 52 0 4C 3F D 15D 47 36
Octal 335 64 122 0 114 77 15 535 107 66
Binary 11011101 110100 1010010 0 1001100 111111 1101 101011101 1000111 110110

Color Harmonies of #DD3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3452

Black with #DD3452

Text Example


Text Example

White with #DD3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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