Html Css Color HEX #DE3655 Amaranth

📋 copy color: '#DE3655'

red 222 ◦ green 54 ◦ blue 85

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

Shades of Amaranth #DE3655

Tints of Amaranth #DE3655

RGB

 RED value IS 222 (87.11% from 255) = 61.5%

 GREEN value IS 54 (21.48% from 255) = 14.96%

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

R = 61.5%
G = 14.96%
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

#DE3655 (or 0xDE3655) is known color: Amaranth. HEX triplet: DE, 36 and 55. RGB value is (222,54,85). Sum of RGB (Red+Green+Blue) = 222+54+85=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3655 is #21C9AA. Grayscale: #6B6B6B. Windows color (decimal): -2214315 or 5584606. OLE color: 5584606.

HSL color Cylindrical-coordinate representation of color #DE3655: hue angle of 348.93º degrees, saturation: 0.72, 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 #DE3655 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 54 85 -
CMYK 0 0.76 0.62 0.13
HSL 348.93º 0.72% 0.54% -
HSV(B) 348.93º 0.76% 0.87% -
XYZ 33.08 18.82 10.48 -
YUV 107.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 222 54 85 0 0.76 0.62 0.13 348.93 0.72 0.54
Hex DE 36 55 0 4C 3E D 15D 48 36
Octal 336 66 125 0 114 76 15 535 110 66
Binary 11011110 110110 1010101 0 1001100 111110 1101 101011101 1001000 110110

Color Harmonies of #DE3655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3655

Black with #DE3655

Text Example


Text Example

White with #DE3655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3655; }

 p { color: rgb(222,54,85); }

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

background-color css

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

 a { background-color: rgb(222,54,85); }

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

border-color css

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

 span { border-color: rgb(222,54,85); }

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