Html Css Color HEX #DF2354 Amaranth

📋 copy color: '#DF2354'

red 223 ◦ green 35 ◦ blue 84

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

Shades of Amaranth #DF2354

Tints of Amaranth #DF2354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

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

R = 65.2%
G = 10.23%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF2354 (or 0xDF2354) is known color: Amaranth. HEX triplet: DF, 23 and 54. RGB value is (223,35,84). Sum of RGB (Red+Green+Blue) = 223+35+84=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2354 is #20DCAB. Grayscale: #606060. Windows color (decimal): -2153644 or 5514207. OLE color: 5514207.

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

Color convert

RGB 223 35 84 -
CMYK 0 0.84 0.62 0.13
HSL 344.36º 0.75% 0.51% -
HSV(B) 344.36º 0.84% 0.87% -
XYZ 32.63 17.53 10.05 -
YUV 96.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 223 35 84 0 0.84 0.62 0.13 344.36 0.75 0.51
Hex DF 23 54 0 54 3E D 158 4B 33
Octal 337 43 124 0 124 76 15 530 113 63
Binary 11011111 100011 1010100 0 1010100 111110 1101 101011000 1001011 110011

Color Harmonies of #DF2354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2354

Black with #DF2354

Text Example


Text Example

White with #DF2354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2354; }

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

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

background-color css

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

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

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

border-color css

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

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

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