Html Css Color HEX #DD2B4B Amaranth

📋 copy color: '#DD2B4B'

red 221 ◦ green 43 ◦ blue 75

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

Shades of Amaranth #DD2B4B

Tints of Amaranth #DD2B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 65.19%
G = 12.68%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD2B4B (or 0xDD2B4B) is known color: Amaranth. HEX triplet: DD, 2B and 4B. RGB value is (221,43,75). Sum of RGB (Red+Green+Blue) = 221+43+75=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B4B is #22D4B4. Grayscale: #636363. Windows color (decimal): -2282677 or 4926429. OLE color: 4926429.

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

Color convert

RGB 221 43 75 -
CMYK 0 0.81 0.66 0.13
HSL 349.21º 0.72% 0.52% -
HSV(B) 349.21º 0.81% 0.87% -
XYZ 31.95 17.61 8.37 -
YUV 99.87 113.97 214.4 -
System Red Green Blue C M Y K H S L
Decimal 221 43 75 0 0.81 0.66 0.13 349.21 0.72 0.52
Hex DD 2B 4B 0 51 42 D 15D 48 34
Octal 335 53 113 0 121 102 15 535 110 64
Binary 11011101 101011 1001011 0 1010001 1000010 1101 101011101 1001000 110100

Color Harmonies of #DD2B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B4B

Black with #DD2B4B

Text Example


Text Example

White with #DD2B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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