Html Css Color HEX #DF3155 Amaranth

📋 copy color: '#DF3155'

red 223 ◦ green 49 ◦ blue 85

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

Shades of Amaranth #DF3155

Tints of Amaranth #DF3155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

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

R = 62.46%
G = 13.73%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF3155 (or 0xDF3155) is known color: Amaranth. HEX triplet: DF, 31 and 55. RGB value is (223,49,85). Sum of RGB (Red+Green+Blue) = 223+49+85=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3155 is #20CEAA. Grayscale: #696969. Windows color (decimal): -2150059 or 5583327. OLE color: 5583327.

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

Color convert

RGB 223 49 85 -
CMYK 0 0.78 0.62 0.13
HSL 347.59º 0.73% 0.53% -
HSV(B) 347.59º 0.78% 0.87% -
XYZ 33.17 18.54 10.42 -
YUV 105.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 223 49 85 0 0.78 0.62 0.13 347.59 0.73 0.53
Hex DF 31 55 0 4E 3E D 15C 49 35
Octal 337 61 125 0 116 76 15 534 111 65
Binary 11011111 110001 1010101 0 1001110 111110 1101 101011100 1001001 110101

Color Harmonies of #DF3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3155

Black with #DF3155

Text Example


Text Example

White with #DF3155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3155; }

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

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

background-color css

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

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

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

border-color css

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

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

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