Html Css Color HEX #DF3E56 Amaranth

📋 copy color: '#DF3E56'

red 223 ◦ green 62 ◦ blue 86

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

Shades of Amaranth #DF3E56

Tints of Amaranth #DF3E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.18%

R = 60.11%
G = 16.71%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF3E56 (or 0xDF3E56) is known color: Amaranth. HEX triplet: DF, 3E and 56. RGB value is (223,62,86). Sum of RGB (Red+Green+Blue) = 223+62+86=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E56 is #20C1A9. Grayscale: #707070. Windows color (decimal): -2146730 or 5652191. OLE color: 5652191.

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

Color convert

RGB 223 62 86 -
CMYK 0 0.72 0.61 0.13
HSL 351.06º 0.72% 0.56% -
HSV(B) 351.06º 0.72% 0.87% -
XYZ 33.83 19.81 10.84 -
YUV 112.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 223 62 86 0 0.72 0.61 0.13 351.06 0.72 0.56
Hex DF 3E 56 0 48 3D D 15F 48 38
Octal 337 76 126 0 110 75 15 537 110 70
Binary 11011111 111110 1010110 0 1001000 111101 1101 101011111 1001000 111000

Color Harmonies of #DF3E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E56

Black with #DF3E56

Text Example


Text Example

White with #DF3E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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