Html Css Color HEX #DD334C Amaranth

📋 copy color: '#DD334C'

red 221 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #DD334C

Tints of Amaranth #DD334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 63.51%
G = 14.66%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD334C (or 0xDD334C) is known color: Amaranth. HEX triplet: DD, 33 and 4C. RGB value is (221,51,76). Sum of RGB (Red+Green+Blue) = 221+51+76=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD334C is #22CCB3. Grayscale: #686868. Windows color (decimal): -2280628 or 4994013. OLE color: 4994013.

HSL color Cylindrical-coordinate representation of color #DD334C: hue angle of 351.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD334C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 76 -
CMYK 0 0.77 0.66 0.13
HSL 351.18º 0.71% 0.53% -
HSV(B) 351.18º 0.77% 0.87% -
XYZ 32.31 18.26 8.66 -
YUV 104.68 111.82 210.97 -
System Red Green Blue C M Y K H S L
Decimal 221 51 76 0 0.77 0.66 0.13 351.18 0.71 0.53
Hex DD 33 4C 0 4D 42 D 15F 47 35
Octal 335 63 114 0 115 102 15 537 107 65
Binary 11011101 110011 1001100 0 1001101 1000010 1101 101011111 1000111 110101

Color Harmonies of #DD334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD334C

Black with #DD334C

Text Example


Text Example

White with #DD334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD334C; }

 p { color: rgb(221,51,76); }

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

background-color css

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

 a { background-color: rgb(221,51,76); }

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

border-color css

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

 span { border-color: rgb(221,51,76); }

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