Html Css Color HEX #DF3555 Amaranth

📋 copy color: '#DF3555'

red 223 ◦ green 53 ◦ blue 85

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

Shades of Amaranth #DF3555

Tints of Amaranth #DF3555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

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

R = 61.77%
G = 14.68%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF3555 (or 0xDF3555) is known color: Amaranth. HEX triplet: DF, 35 and 55. RGB value is (223,53,85). Sum of RGB (Red+Green+Blue) = 223+53+85=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3555 is #20CAAA. Grayscale: #6B6B6B. Windows color (decimal): -2149035 or 5584351. OLE color: 5584351.

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

Color convert

RGB 223 53 85 -
CMYK 0 0.76 0.62 0.13
HSL 348.71º 0.73% 0.54% -
HSV(B) 348.71º 0.76% 0.87% -
XYZ 33.34 18.89 10.48 -
YUV 107.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 223 53 85 0 0.76 0.62 0.13 348.71 0.73 0.54
Hex DF 35 55 0 4C 3E D 15D 49 36
Octal 337 65 125 0 114 76 15 535 111 66
Binary 11011111 110101 1010101 0 1001100 111110 1101 101011101 1001001 110110

Color Harmonies of #DF3555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3555

Black with #DF3555

Text Example


Text Example

White with #DF3555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3555; }

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

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

background-color css

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

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

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

border-color css

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

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

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