Html Css Color HEX #DE2656 Amaranth

📋 copy color: '#DE2656'

red 222 ◦ green 38 ◦ blue 86

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

Shades of Amaranth #DE2656

Tints of Amaranth #DE2656

RGB

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

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

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

R = 64.16%
G = 10.98%
B = 24.86%

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

#DE2656 (or 0xDE2656) is known color: Amaranth. HEX triplet: DE, 26 and 56. RGB value is (222,38,86). Sum of RGB (Red+Green+Blue) = 222+38+86=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2656 is #21D9A9. Grayscale: #626262. Windows color (decimal): -2218410 or 5646046. OLE color: 5646046.

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

Color convert

RGB 222 38 86 -
CMYK 0 0.83 0.61 0.13
HSL 344.35º 0.74% 0.51% -
HSV(B) 344.35º 0.83% 0.87% -
XYZ 32.5 17.59 10.49 -
YUV 98.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 222 38 86 0 0.83 0.61 0.13 344.35 0.74 0.51
Hex DE 26 56 0 53 3D D 158 4A 33
Octal 336 46 126 0 123 75 15 530 112 63
Binary 11011110 100110 1010110 0 1010011 111101 1101 101011000 1001010 110011

Color Harmonies of #DE2656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2656

Black with #DE2656

Text Example


Text Example

White with #DE2656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2656; }

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

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

background-color css

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

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

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

border-color css

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

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

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