Html Css Color HEX #DD3453 Amaranth

📋 copy color: '#DD3453'

red 221 ◦ green 52 ◦ blue 83

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

Shades of Amaranth #DD3453

Tints of Amaranth #DD3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 62.08%
G = 14.61%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD3453 (or 0xDD3453) is known color: Amaranth. HEX triplet: DD, 34 and 53. RGB value is (221,52,83). Sum of RGB (Red+Green+Blue) = 221+52+83=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3453 is #22CBAC. Grayscale: #6A6A6A. Windows color (decimal): -2280365 or 5453021. OLE color: 5453021.

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

Color convert

RGB 221 52 83 -
CMYK 0 0.76 0.62 0.13
HSL 348.99º 0.71% 0.54% -
HSV(B) 348.99º 0.76% 0.87% -
XYZ 32.61 18.45 10.03 -
YUV 106.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 221 52 83 0 0.76 0.62 0.13 348.99 0.71 0.54
Hex DD 34 53 0 4C 3E D 15D 47 36
Octal 335 64 123 0 114 76 15 535 107 66
Binary 11011101 110100 1010011 0 1001100 111110 1101 101011101 1000111 110110

Color Harmonies of #DD3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3453

Black with #DD3453

Text Example


Text Example

White with #DD3453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3453; }

 p { color: rgb(221,52,83); }

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

background-color css

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

 a { background-color: rgb(221,52,83); }

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

border-color css

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

 span { border-color: rgb(221,52,83); }

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