Html Css Color HEX #DD2B4F Amaranth

📋 copy color: '#DD2B4F'

red 221 ◦ green 43 ◦ blue 79

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

Shades of Amaranth #DD2B4F

Tints of Amaranth #DD2B4F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 64.43%
G = 12.54%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD2B4F (or 0xDD2B4F) is known color: Amaranth. HEX triplet: DD, 2B and 4F. RGB value is (221,43,79). Sum of RGB (Red+Green+Blue) = 221+43+79=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B4F is #22D4B0. Grayscale: #646464. Windows color (decimal): -2282673 or 5188573. OLE color: 5188573.

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

Color convert

RGB 221 43 79 -
CMYK 0 0.81 0.64 0.13
HSL 347.87º 0.72% 0.52% -
HSV(B) 347.87º 0.81% 0.87% -
XYZ 32.09 17.66 9.12 -
YUV 100.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 221 43 79 0 0.81 0.64 0.13 347.87 0.72 0.52
Hex DD 2B 4F 0 51 40 D 15C 48 34
Octal 335 53 117 0 121 100 15 534 110 64
Binary 11011101 101011 1001111 0 1010001 1000000 1101 101011100 1001000 110100

Color Harmonies of #DD2B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B4F

Black with #DD2B4F

Text Example


Text Example

White with #DD2B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B4F; }

 p { color: rgb(221,43,79); }

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

background-color css

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

 a { background-color: rgb(221,43,79); }

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

border-color css

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

 span { border-color: rgb(221,43,79); }

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