Html Css Color HEX #DE2556 Amaranth

📋 copy color: '#DE2556'

red 222 ◦ green 37 ◦ blue 86

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

Shades of Amaranth #DE2556

Tints of Amaranth #DE2556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 64.35%
G = 10.72%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE2556 (or 0xDE2556) is known color: Amaranth. HEX triplet: DE, 25 and 56. RGB value is (222,37,86). Sum of RGB (Red+Green+Blue) = 222+37+86=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2556 is #21DAA9. Grayscale: #616161. Windows color (decimal): -2218666 or 5645790. OLE color: 5645790.

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

Color convert

RGB 222 37 86 -
CMYK 0 0.83 0.61 0.13
HSL 344.11º 0.74% 0.51% -
HSV(B) 344.11º 0.83% 0.87% -
XYZ 32.47 17.52 10.48 -
YUV 97.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 222 37 86 0 0.83 0.61 0.13 344.11 0.74 0.51
Hex DE 25 56 0 53 3D D 158 4A 33
Octal 336 45 126 0 123 75 15 530 112 63
Binary 11011110 100101 1010110 0 1010011 111101 1101 101011000 1001010 110011

Color Harmonies of #DE2556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2556

Black with #DE2556

Text Example


Text Example

White with #DE2556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2556; }

 p { color: rgb(222,37,86); }

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

background-color css

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

 a { background-color: rgb(222,37,86); }

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

border-color css

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

 span { border-color: rgb(222,37,86); }

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