Html Css Color HEX #DF3E55 Amaranth

📋 copy color: '#DF3E55'

red 223 ◦ green 62 ◦ blue 85

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

Shades of Amaranth #DF3E55

Tints of Amaranth #DF3E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.97%

R = 60.27%
G = 16.76%
B = 22.97%

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

#DF3E55 (or 0xDF3E55) is known color: Amaranth. HEX triplet: DF, 3E and 55. RGB value is (223,62,85). Sum of RGB (Red+Green+Blue) = 223+62+85=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E55 is #20C1AA. Grayscale: #707070. Windows color (decimal): -2146731 or 5586655. OLE color: 5586655.

HSL color Cylindrical-coordinate representation of color #DF3E55: hue angle of 351.43º 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 #DF3E55 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 62 85 -
CMYK 0 0.72 0.62 0.13
HSL 351.43º 0.72% 0.56% -
HSV(B) 351.43º 0.72% 0.87% -
XYZ 33.79 19.79 10.63 -
YUV 112.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 223 62 85 0 0.72 0.62 0.13 351.43 0.72 0.56
Hex DF 3E 55 0 48 3E D 15F 48 38
Octal 337 76 125 0 110 76 15 537 110 70
Binary 11011111 111110 1010101 0 1001000 111110 1101 101011111 1001000 111000

Color Harmonies of #DF3E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E55

Black with #DF3E55

Text Example


Text Example

White with #DF3E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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