Html Css Color HEX #DD2752 Amaranth

📋 copy color: '#DD2752'

red 221 ◦ green 39 ◦ blue 82

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

Shades of Amaranth #DD2752

Tints of Amaranth #DD2752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

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

R = 64.62%
G = 11.4%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD2752 (or 0xDD2752) is known color: Amaranth. HEX triplet: DD, 27 and 52. RGB value is (221,39,82). Sum of RGB (Red+Green+Blue) = 221+39+82=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2752 is #22D8AD. Grayscale: #626262. Windows color (decimal): -2283694 or 5384157. OLE color: 5384157.

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

Color convert

RGB 221 39 82 -
CMYK 0 0.82 0.63 0.13
HSL 345.82º 0.73% 0.51% -
HSV(B) 345.82º 0.82% 0.87% -
XYZ 32.07 17.43 9.66 -
YUV 98.32 118.8 215.5 -
System Red Green Blue C M Y K H S L
Decimal 221 39 82 0 0.82 0.63 0.13 345.82 0.73 0.51
Hex DD 27 52 0 52 3F D 15A 49 33
Octal 335 47 122 0 122 77 15 532 111 63
Binary 11011101 100111 1010010 0 1010010 111111 1101 101011010 1001001 110011

Color Harmonies of #DD2752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2752

Black with #DD2752

Text Example


Text Example

White with #DD2752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2752; }

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

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

background-color css

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

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

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

border-color css

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

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

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