Html Css Color HEX #DD3351 Amaranth

📋 copy color: '#DD3351'

red 221 ◦ green 51 ◦ blue 81

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

Shades of Amaranth #DD3351

Tints of Amaranth #DD3351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 62.61%
G = 14.45%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD3351 (or 0xDD3351) is known color: Amaranth. HEX triplet: DD, 33 and 51. RGB value is (221,51,81). Sum of RGB (Red+Green+Blue) = 221+51+81=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3351 is #22CCAE. Grayscale: #696969. Windows color (decimal): -2280623 or 5321693. OLE color: 5321693.

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

Color convert

RGB 221 51 81 -
CMYK 0 0.77 0.63 0.13
HSL 349.41º 0.71% 0.53% -
HSV(B) 349.41º 0.77% 0.87% -
XYZ 32.49 18.33 9.61 -
YUV 105.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 221 51 81 0 0.77 0.63 0.13 349.41 0.71 0.53
Hex DD 33 51 0 4D 3F D 15D 47 35
Octal 335 63 121 0 115 77 15 535 107 65
Binary 11011101 110011 1010001 0 1001101 111111 1101 101011101 1000111 110101

Color Harmonies of #DD3351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3351

Black with #DD3351

Text Example


Text Example

White with #DD3351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3351; }

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

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

background-color css

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

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

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

border-color css

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

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

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