Html Css Color HEX #DD3352 Amaranth

📋 copy color: '#DD3352'

red 221 ◦ green 51 ◦ blue 82

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

Shades of Amaranth #DD3352

Tints of Amaranth #DD3352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

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

R = 62.43%
G = 14.41%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD3352 (or 0xDD3352) is known color: Amaranth. HEX triplet: DD, 33 and 52. RGB value is (221,51,82). Sum of RGB (Red+Green+Blue) = 221+51+82=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3352 is #22CCAD. Grayscale: #696969. Windows color (decimal): -2280622 or 5387229. OLE color: 5387229.

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

Color convert

RGB 221 51 82 -
CMYK 0 0.77 0.63 0.13
HSL 349.06º 0.71% 0.53% -
HSV(B) 349.06º 0.77% 0.87% -
XYZ 32.53 18.35 9.81 -
YUV 105.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 221 51 82 0 0.77 0.63 0.13 349.06 0.71 0.53
Hex DD 33 52 0 4D 3F D 15D 47 35
Octal 335 63 122 0 115 77 15 535 107 65
Binary 11011101 110011 1010010 0 1001101 111111 1101 101011101 1000111 110101

Color Harmonies of #DD3352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3352

Black with #DD3352

Text Example


Text Example

White with #DD3352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3352; }

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

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

background-color css

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

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

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

border-color css

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

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

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