Html Css Color HEX #DE2756 Amaranth

📋 copy color: '#DE2756'

red 222 ◦ green 39 ◦ blue 86

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

Shades of Amaranth #DE2756

Tints of Amaranth #DE2756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 63.98%
G = 11.24%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE2756 (or 0xDE2756) is known color: Amaranth. HEX triplet: DE, 27 and 56. RGB value is (222,39,86). Sum of RGB (Red+Green+Blue) = 222+39+86=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2756 is #21D8A9. Grayscale: #636363. Windows color (decimal): -2218154 or 5646302. OLE color: 5646302.

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

Color convert

RGB 222 39 86 -
CMYK 0 0.82 0.61 0.13
HSL 344.59º 0.73% 0.51% -
HSV(B) 344.59º 0.82% 0.87% -
XYZ 32.53 17.65 10.5 -
YUV 99.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 222 39 86 0 0.82 0.61 0.13 344.59 0.73 0.51
Hex DE 27 56 0 52 3D D 159 49 33
Octal 336 47 126 0 122 75 15 531 111 63
Binary 11011110 100111 1010110 0 1010010 111101 1101 101011001 1001001 110011

Color Harmonies of #DE2756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2756

Black with #DE2756

Text Example


Text Example

White with #DE2756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2756; }

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

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

background-color css

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

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

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

border-color css

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

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

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