Html Css Color HEX #DF3E54 Amaranth

📋 copy color: '#DF3E54'

red 223 ◦ green 62 ◦ blue 84

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

Shades of Amaranth #DF3E54

Tints of Amaranth #DF3E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 60.43%
G = 16.8%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF3E54 (or 0xDF3E54) is known color: Amaranth. HEX triplet: DF, 3E and 54. RGB value is (223,62,84). Sum of RGB (Red+Green+Blue) = 223+62+84=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E54 is #20C1AB. Grayscale: #707070. Windows color (decimal): -2146732 or 5521119. OLE color: 5521119.

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

Color convert

RGB 223 62 84 -
CMYK 0 0.72 0.62 0.13
HSL 351.8º 0.72% 0.56% -
HSV(B) 351.8º 0.72% 0.87% -
XYZ 33.75 19.77 10.43 -
YUV 112.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 223 62 84 0 0.72 0.62 0.13 351.8 0.72 0.56
Hex DF 3E 54 0 48 3E D 160 48 38
Octal 337 76 124 0 110 76 15 540 110 70
Binary 11011111 111110 1010100 0 1001000 111110 1101 101100000 1001000 111000

Color Harmonies of #DF3E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E54

Black with #DF3E54

Text Example


Text Example

White with #DF3E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E54; }

 p { color: rgb(223,62,84); }

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

background-color css

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

 a { background-color: rgb(223,62,84); }

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

border-color css

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

 span { border-color: rgb(223,62,84); }

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