Html Css Color HEX #DD3052 Amaranth

📋 copy color: '#DD3052'

red 221 ◦ green 48 ◦ blue 82

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

Shades of Amaranth #DD3052

Tints of Amaranth #DD3052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.68%

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

R = 62.96%
G = 13.68%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD3052 (or 0xDD3052) is known color: Amaranth. HEX triplet: DD, 30 and 52. RGB value is (221,48,82). Sum of RGB (Red+Green+Blue) = 221+48+82=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3052 is #22CFAD. Grayscale: #676767. Windows color (decimal): -2281390 or 5386461. OLE color: 5386461.

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

Color convert

RGB 221 48 82 -
CMYK 0 0.78 0.63 0.13
HSL 348.21º 0.72% 0.53% -
HSV(B) 348.21º 0.78% 0.87% -
XYZ 32.4 18.1 9.77 -
YUV 103.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 221 48 82 0 0.78 0.63 0.13 348.21 0.72 0.53
Hex DD 30 52 0 4E 3F D 15C 48 35
Octal 335 60 122 0 116 77 15 534 110 65
Binary 11011101 110000 1010010 0 1001110 111111 1101 101011100 1001000 110101

Color Harmonies of #DD3052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3052

Black with #DD3052

Text Example


Text Example

White with #DD3052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3052; }

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

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

background-color css

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

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

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

border-color css

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

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

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