Html Css Color HEX #DD3252 Amaranth

📋 copy color: '#DD3252'

red 221 ◦ green 50 ◦ blue 82

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

Shades of Amaranth #DD3252

Tints of Amaranth #DD3252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 62.61%
G = 14.16%
B = 23.23%

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

#DD3252 (or 0xDD3252) is known color: Amaranth. HEX triplet: DD, 32 and 52. RGB value is (221,50,82). Sum of RGB (Red+Green+Blue) = 221+50+82=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3252 is #22CDAD. Grayscale: #686868. Windows color (decimal): -2280878 or 5386973. OLE color: 5386973.

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

Color convert

RGB 221 50 82 -
CMYK 0 0.77 0.63 0.13
HSL 348.77º 0.72% 0.53% -
HSV(B) 348.77º 0.77% 0.87% -
XYZ 32.48 18.26 9.8 -
YUV 104.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 221 50 82 0 0.77 0.63 0.13 348.77 0.72 0.53
Hex DD 32 52 0 4D 3F D 15D 48 35
Octal 335 62 122 0 115 77 15 535 110 65
Binary 11011101 110010 1010010 0 1001101 111111 1101 101011101 1001000 110101

Color Harmonies of #DD3252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3252

Black with #DD3252

Text Example


Text Example

White with #DD3252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3252; }

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

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

background-color css

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

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

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

border-color css

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

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

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