Html Css Color HEX #DD314B Amaranth

📋 copy color: '#DD314B'

red 221 ◦ green 49 ◦ blue 75

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

Shades of Amaranth #DD314B

Tints of Amaranth #DD314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

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

R = 64.06%
G = 14.2%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD314B (or 0xDD314B) is known color: Amaranth. HEX triplet: DD, 31 and 4B. RGB value is (221,49,75). Sum of RGB (Red+Green+Blue) = 221+49+75=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD314B is #22CEB4. Grayscale: #676767. Windows color (decimal): -2281141 or 4927965. OLE color: 4927965.

HSL color Cylindrical-coordinate representation of color #DD314B: hue angle of 350.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD314B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 75 -
CMYK 0 0.78 0.66 0.13
HSL 350.93º 0.72% 0.53% -
HSV(B) 350.93º 0.78% 0.87% -
XYZ 32.19 18.08 8.45 -
YUV 103.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 221 49 75 0 0.78 0.66 0.13 350.93 0.72 0.53
Hex DD 31 4B 0 4E 42 D 15F 48 35
Octal 335 61 113 0 116 102 15 537 110 65
Binary 11011101 110001 1001011 0 1001110 1000010 1101 101011111 1001000 110101

Color Harmonies of #DD314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD314B

Black with #DD314B

Text Example


Text Example

White with #DD314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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