Html Css Color HEX #DD3D51 Amaranth

📋 copy color: '#DD3D51'

red 221 ◦ green 61 ◦ blue 81

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

Shades of Amaranth #DD3D51

Tints of Amaranth #DD3D51

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 60.88%
G = 16.8%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD3D51 (or 0xDD3D51) is known color: Amaranth. HEX triplet: DD, 3D and 51. RGB value is (221,61,81). Sum of RGB (Red+Green+Blue) = 221+61+81=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D51 is #22C2AE. Grayscale: #6F6F6F. Windows color (decimal): -2278063 or 5324253. OLE color: 5324253.

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

Color convert

RGB 221 61 81 -
CMYK 0 0.72 0.63 0.13
HSL 352.5º 0.7% 0.55% -
HSV(B) 352.5º 0.72% 0.87% -
XYZ 32.97 19.3 9.77 -
YUV 111.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 221 61 81 0 0.72 0.63 0.13 352.5 0.7 0.55
Hex DD 3D 51 0 48 3F D 160 46 37
Octal 335 75 121 0 110 77 15 540 106 67
Binary 11011101 111101 1010001 0 1001000 111111 1101 101100000 1000110 110111

Color Harmonies of #DD3D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D51

Black with #DD3D51

Text Example


Text Example

White with #DD3D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D51; }

 p { color: rgb(221,61,81); }

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

background-color css

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

 a { background-color: rgb(221,61,81); }

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

border-color css

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

 span { border-color: rgb(221,61,81); }

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