Html Css Color HEX #DD2B4E Amaranth

📋 copy color: '#DD2B4E'

red 221 ◦ green 43 ◦ blue 78

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

Shades of Amaranth #DD2B4E

Tints of Amaranth #DD2B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 64.62%
G = 12.57%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD2B4E (or 0xDD2B4E) is known color: Amaranth. HEX triplet: DD, 2B and 4E. RGB value is (221,43,78). Sum of RGB (Red+Green+Blue) = 221+43+78=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B4E is #22D4B1. Grayscale: #646464. Windows color (decimal): -2282674 or 5123037. OLE color: 5123037.

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

Color convert

RGB 221 43 78 -
CMYK 0 0.81 0.65 0.13
HSL 348.2º 0.72% 0.52% -
HSV(B) 348.2º 0.81% 0.87% -
XYZ 32.06 17.65 8.92 -
YUV 100.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 221 43 78 0 0.81 0.65 0.13 348.2 0.72 0.52
Hex DD 2B 4E 0 51 41 D 15C 48 34
Octal 335 53 116 0 121 101 15 534 110 64
Binary 11011101 101011 1001110 0 1010001 1000001 1101 101011100 1001000 110100

Color Harmonies of #DD2B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B4E

Black with #DD2B4E

Text Example


Text Example

White with #DD2B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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