Html Css Color HEX #DF2155 Amaranth

📋 copy color: '#DF2155'

red 223 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #DF2155

Tints of Amaranth #DF2155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.68%

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

R = 65.4%
G = 9.68%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF2155 (or 0xDF2155) is known color: Amaranth. HEX triplet: DF, 21 and 55. RGB value is (223,33,85). Sum of RGB (Red+Green+Blue) = 223+33+85=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2155 is #20DEAA. Grayscale: #5F5F5F. Windows color (decimal): -2154155 or 5579231. OLE color: 5579231.

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

Color convert

RGB 223 33 85 -
CMYK 0 0.85 0.62 0.13
HSL 343.58º 0.75% 0.5% -
HSV(B) 343.58º 0.85% 0.87% -
XYZ 32.61 17.43 10.24 -
YUV 95.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 223 33 85 0 0.85 0.62 0.13 343.58 0.75 0.5
Hex DF 21 55 0 55 3E D 158 4B 32
Octal 337 41 125 0 125 76 15 530 113 62
Binary 11011111 100001 1010101 0 1010101 111110 1101 101011000 1001011 110010

Color Harmonies of #DF2155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2155

Black with #DF2155

Text Example


Text Example

White with #DF2155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2155; }

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

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

background-color css

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

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

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

border-color css

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

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

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