Html Css Color HEX #DF2458 Amaranth

📋 copy color: '#DF2458'

red 223 ◦ green 36 ◦ blue 88

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

Shades of Amaranth #DF2458

Tints of Amaranth #DF2458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 64.27%
G = 10.37%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF2458 (or 0xDF2458) is known color: Amaranth. HEX triplet: DF, 24 and 58. RGB value is (223,36,88). Sum of RGB (Red+Green+Blue) = 223+36+88=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2458 is #20DBA7. Grayscale: #616161. Windows color (decimal): -2153384 or 5776607. OLE color: 5776607.

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

Color convert

RGB 223 36 88 -
CMYK 0 0.84 0.61 0.13
HSL 343.32º 0.75% 0.51% -
HSV(B) 343.32º 0.84% 0.87% -
XYZ 32.82 17.65 10.91 -
YUV 97.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 223 36 88 0 0.84 0.61 0.13 343.32 0.75 0.51
Hex DF 24 58 0 54 3D D 157 4B 33
Octal 337 44 130 0 124 75 15 527 113 63
Binary 11011111 100100 1011000 0 1010100 111101 1101 101010111 1001011 110011

Color Harmonies of #DF2458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2458

Black with #DF2458

Text Example


Text Example

White with #DF2458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2458; }

 p { color: rgb(223,36,88); }

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

background-color css

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

 a { background-color: rgb(223,36,88); }

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

border-color css

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

 span { border-color: rgb(223,36,88); }

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