Html Css Color HEX #DD3F52 Amaranth

📋 copy color: '#DD3F52'

red 221 ◦ green 63 ◦ blue 82

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

Shades of Amaranth #DD3F52

Tints of Amaranth #DD3F52

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

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

R = 60.38%
G = 17.21%
B = 22.4%

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

#DD3F52 (or 0xDD3F52) is known color: Amaranth. HEX triplet: DD, 3F and 52. RGB value is (221,63,82). Sum of RGB (Red+Green+Blue) = 221+63+82=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F52 is #22C0AD. Grayscale: #707070. Windows color (decimal): -2277550 or 5390301. OLE color: 5390301.

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

Color convert

RGB 221 63 82 -
CMYK 0 0.71 0.63 0.13
HSL 352.78º 0.7% 0.56% -
HSV(B) 352.78º 0.71% 0.87% -
XYZ 33.12 19.54 10.01 -
YUV 112.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 221 63 82 0 0.71 0.63 0.13 352.78 0.7 0.56
Hex DD 3F 52 0 47 3F D 161 46 38
Octal 335 77 122 0 107 77 15 541 106 70
Binary 11011101 111111 1010010 0 1000111 111111 1101 101100001 1000110 111000

Color Harmonies of #DD3F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F52

Black with #DD3F52

Text Example


Text Example

White with #DD3F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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