Html Css Color HEX #DD3256 Amaranth

📋 copy color: '#DD3256'

red 221 ◦ green 50 ◦ blue 86

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

Shades of Amaranth #DD3256

Tints of Amaranth #DD3256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.01%

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 61.9%
G = 14.01%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD3256 (or 0xDD3256) is known color: Amaranth. HEX triplet: DD, 32 and 56. RGB value is (221,50,86). Sum of RGB (Red+Green+Blue) = 221+50+86=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3256 is #22CDA9. Grayscale: #696969. Windows color (decimal): -2280874 or 5649117. OLE color: 5649117.

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

Color convert

RGB 221 50 86 -
CMYK 0 0.77 0.61 0.13
HSL 347.37º 0.72% 0.53% -
HSV(B) 347.37º 0.77% 0.87% -
XYZ 32.64 18.33 10.62 -
YUV 105.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 221 50 86 0 0.77 0.61 0.13 347.37 0.72 0.53
Hex DD 32 56 0 4D 3D D 15B 48 35
Octal 335 62 126 0 115 75 15 533 110 65
Binary 11011101 110010 1010110 0 1001101 111101 1101 101011011 1001000 110101

Color Harmonies of #DD3256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3256

Black with #DD3256

Text Example


Text Example

White with #DD3256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3256; }

 p { color: rgb(221,50,86); }

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

background-color css

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

 a { background-color: rgb(221,50,86); }

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

border-color css

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

 span { border-color: rgb(221,50,86); }

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