Html Css Color HEX #DD384A Amaranth

📋 copy color: '#DD384A'

red 221 ◦ green 56 ◦ blue 74

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

Shades of Amaranth #DD384A

Tints of Amaranth #DD384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.95%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 62.96%
G = 15.95%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD384A (or 0xDD384A) is known color: Amaranth. HEX triplet: DD, 38 and 4A. RGB value is (221,56,74). Sum of RGB (Red+Green+Blue) = 221+56+74=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD384A is #22C7B5. Grayscale: #6B6B6B. Windows color (decimal): -2279350 or 4864221. OLE color: 4864221.

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

Color convert

RGB 221 56 74 -
CMYK 0 0.75 0.67 0.13
HSL 353.45º 0.71% 0.54% -
HSV(B) 353.45º 0.75% 0.87% -
XYZ 32.47 18.69 8.38 -
YUV 107.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 221 56 74 0 0.75 0.67 0.13 353.45 0.71 0.54
Hex DD 38 4A 0 4B 43 D 161 47 36
Octal 335 70 112 0 113 103 15 541 107 66
Binary 11011101 111000 1001010 0 1001011 1000011 1101 101100001 1000111 110110

Color Harmonies of #DD384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD384A

Black with #DD384A

Text Example


Text Example

White with #DD384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD384A; }

 p { color: rgb(221,56,74); }

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

background-color css

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

 a { background-color: rgb(221,56,74); }

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

border-color css

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

 span { border-color: rgb(221,56,74); }

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