Html Css Color HEX #DD384B Amaranth

📋 copy color: '#DD384B'

red 221 ◦ green 56 ◦ blue 75

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

Shades of Amaranth #DD384B

Tints of Amaranth #DD384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 62.78%
G = 15.91%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD384B (or 0xDD384B) is known color: Amaranth. HEX triplet: DD, 38 and 4B. RGB value is (221,56,75). Sum of RGB (Red+Green+Blue) = 221+56+75=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD384B is #22C7B4. Grayscale: #6B6B6B. Windows color (decimal): -2279349 or 4929757. OLE color: 4929757.

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

Color convert

RGB 221 56 75 -
CMYK 0 0.75 0.66 0.13
HSL 353.09º 0.71% 0.54% -
HSV(B) 353.09º 0.75% 0.87% -
XYZ 32.5 18.71 8.55 -
YUV 107.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 221 56 75 0 0.75 0.66 0.13 353.09 0.71 0.54
Hex DD 38 4B 0 4B 42 D 161 47 36
Octal 335 70 113 0 113 102 15 541 107 66
Binary 11011101 111000 1001011 0 1001011 1000010 1101 101100001 1000111 110110

Color Harmonies of #DD384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD384B

Black with #DD384B

Text Example


Text Example

White with #DD384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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