Html Css Color HEX #DD274F Amaranth

📋 copy color: '#DD274F'

red 221 ◦ green 39 ◦ blue 79

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

Shades of Amaranth #DD274F

Tints of Amaranth #DD274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 65.19%
G = 11.5%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD274F (or 0xDD274F) is known color: Amaranth. HEX triplet: DD, 27 and 4F. RGB value is (221,39,79). Sum of RGB (Red+Green+Blue) = 221+39+79=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD274F is #22D8B0. Grayscale: #626262. Windows color (decimal): -2283697 or 5187549. OLE color: 5187549.

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

Color convert

RGB 221 39 79 -
CMYK 0 0.82 0.64 0.13
HSL 346.81º 0.73% 0.51% -
HSV(B) 346.81º 0.82% 0.87% -
XYZ 31.96 17.39 9.07 -
YUV 97.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 221 39 79 0 0.82 0.64 0.13 346.81 0.73 0.51
Hex DD 27 4F 0 52 40 D 15B 49 33
Octal 335 47 117 0 122 100 15 533 111 63
Binary 11011101 100111 1001111 0 1010010 1000000 1101 101011011 1001001 110011

Color Harmonies of #DD274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD274F

Black with #DD274F

Text Example


Text Example

White with #DD274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD274F; }

 p { color: rgb(221,39,79); }

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

background-color css

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

 a { background-color: rgb(221,39,79); }

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

border-color css

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

 span { border-color: rgb(221,39,79); }

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