Html Css Color HEX #DD264D Amaranth

📋 copy color: '#DD264D'

red 221 ◦ green 38 ◦ blue 77

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

Shades of Amaranth #DD264D

Tints of Amaranth #DD264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.31%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 65.77%
G = 11.31%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD264D (or 0xDD264D) is known color: Amaranth. HEX triplet: DD, 26 and 4D. RGB value is (221,38,77). Sum of RGB (Red+Green+Blue) = 221+38+77=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD264D is #22D9B2. Grayscale: #616161. Windows color (decimal): -2283955 or 5056221. OLE color: 5056221.

HSL color Cylindrical-coordinate representation of color #DD264D: hue angle of 347.21º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD264D is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 38 77 -
CMYK 0 0.83 0.65 0.13
HSL 347.21º 0.73% 0.51% -
HSV(B) 347.21º 0.83% 0.87% -
XYZ 31.85 17.29 8.68 -
YUV 97.16 116.63 216.33 -
System Red Green Blue C M Y K H S L
Decimal 221 38 77 0 0.83 0.65 0.13 347.21 0.73 0.51
Hex DD 26 4D 0 53 41 D 15B 49 33
Octal 335 46 115 0 123 101 15 533 111 63
Binary 11011101 100110 1001101 0 1010011 1000001 1101 101011011 1001001 110011

Color Harmonies of #DD264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD264D

Black with #DD264D

Text Example


Text Example

White with #DD264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD264D; }

 p { color: rgb(221,38,77); }

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

background-color css

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

 a { background-color: rgb(221,38,77); }

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

border-color css

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

 span { border-color: rgb(221,38,77); }

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