Html Css Color HEX #DF2D4F Amaranth

📋 copy color: '#DF2D4F'

red 223 ◦ green 45 ◦ blue 79

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

Shades of Amaranth #DF2D4F

Tints of Amaranth #DF2D4F

RGB

 RED value IS 223 (87.5% from 255) = 64.27%

 GREEN value IS 45 (17.97% from 255) = 12.97%

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

R = 64.27%
G = 12.97%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF2D4F (or 0xDF2D4F) is known color: Amaranth. HEX triplet: DF, 2D and 4F. RGB value is (223,45,79). Sum of RGB (Red+Green+Blue) = 223+45+79=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2D4F is #20D2B0. Grayscale: #666666. Windows color (decimal): -2151089 or 5189087. OLE color: 5189087.

HSL color Cylindrical-coordinate representation of color #DF2D4F: hue angle of 348.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D4F is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 79 -
CMYK 0 0.80 0.65 0.13
HSL 348.54º 0.74% 0.53% -
HSV(B) 348.54º 0.8% 0.87% -
XYZ 32.78 18.13 9.17 -
YUV 102.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 223 45 79 0 0.80 0.65 0.13 348.54 0.74 0.53
Hex DF 2D 4F 0 50 41 D 15D 4A 35
Octal 337 55 117 0 120 101 15 535 112 65
Binary 11011111 101101 1001111 0 1010000 1000001 1101 101011101 1001010 110101

Color Harmonies of #DF2D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D4F

Black with #DF2D4F

Text Example


Text Example

White with #DF2D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D4F; }

 p { color: rgb(223,45,79); }

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

background-color css

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

 a { background-color: rgb(223,45,79); }

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

border-color css

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

 span { border-color: rgb(223,45,79); }

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