Html Css Color HEX #DF2654 Amaranth

📋 copy color: '#DF2654'

red 223 ◦ green 38 ◦ blue 84

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

Shades of Amaranth #DF2654

Tints of Amaranth #DF2654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

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

R = 64.64%
G = 11.01%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF2654 (or 0xDF2654) is known color: Amaranth. HEX triplet: DF, 26 and 54. RGB value is (223,38,84). Sum of RGB (Red+Green+Blue) = 223+38+84=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2654 is #20D9AB. Grayscale: #626262. Windows color (decimal): -2152876 or 5514975. OLE color: 5514975.

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

Color convert

RGB 223 38 84 -
CMYK 0 0.83 0.62 0.13
HSL 345.08º 0.74% 0.51% -
HSV(B) 345.08º 0.83% 0.87% -
XYZ 32.72 17.71 10.08 -
YUV 98.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 223 38 84 0 0.83 0.62 0.13 345.08 0.74 0.51
Hex DF 26 54 0 53 3E D 159 4A 33
Octal 337 46 124 0 123 76 15 531 112 63
Binary 11011111 100110 1010100 0 1010011 111110 1101 101011001 1001010 110011

Color Harmonies of #DF2654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2654

Black with #DF2654

Text Example


Text Example

White with #DF2654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2654; }

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

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

background-color css

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

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

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

border-color css

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

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

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