Html Css Color HEX #DD2051 Amaranth

📋 copy color: '#DD2051'

red 221 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #DD2051

Tints of Amaranth #DD2051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

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

R = 66.17%
G = 9.58%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD2051 (or 0xDD2051) is known color: Amaranth. HEX triplet: DD, 20 and 51. RGB value is (221,32,81). Sum of RGB (Red+Green+Blue) = 221+32+81=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2051 is #22DFAE. Grayscale: #5E5E5E. Windows color (decimal): -2285487 or 5316829. OLE color: 5316829.

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

Color convert

RGB 221 32 81 -
CMYK 0 0.86 0.63 0.13
HSL 344.44º 0.75% 0.5% -
HSV(B) 344.44º 0.86% 0.87% -
XYZ 31.82 17 9.39 -
YUV 94.1 120.62 218.52 -
System Red Green Blue C M Y K H S L
Decimal 221 32 81 0 0.86 0.63 0.13 344.44 0.75 0.5
Hex DD 20 51 0 56 3F D 158 4B 32
Octal 335 40 121 0 126 77 15 530 113 62
Binary 11011101 100000 1010001 0 1010110 111111 1101 101011000 1001011 110010

Color Harmonies of #DD2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2051

Black with #DD2051

Text Example


Text Example

White with #DD2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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