Html Css Color HEX #DD334F Amaranth

📋 copy color: '#DD334F'

red 221 ◦ green 51 ◦ blue 79

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

Shades of Amaranth #DD334F

Tints of Amaranth #DD334F

RGB

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

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

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

R = 62.96%
G = 14.53%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD334F (or 0xDD334F) is known color: Amaranth. HEX triplet: DD, 33 and 4F. RGB value is (221,51,79). Sum of RGB (Red+Green+Blue) = 221+51+79=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD334F is #22CCB0. Grayscale: #696969. Windows color (decimal): -2280625 or 5190621. OLE color: 5190621.

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

Color convert

RGB 221 51 79 -
CMYK 0 0.77 0.64 0.13
HSL 350.12º 0.71% 0.53% -
HSV(B) 350.12º 0.77% 0.87% -
XYZ 32.41 18.3 9.22 -
YUV 105.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 221 51 79 0 0.77 0.64 0.13 350.12 0.71 0.53
Hex DD 33 4F 0 4D 40 D 15E 47 35
Octal 335 63 117 0 115 100 15 536 107 65
Binary 11011101 110011 1001111 0 1001101 1000000 1101 101011110 1000111 110101

Color Harmonies of #DD334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD334F

Black with #DD334F

Text Example


Text Example

White with #DD334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD334F; }

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

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

background-color css

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

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

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

border-color css

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

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

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