Html Css Color HEX #DE264E Amaranth

📋 copy color: '#DE264E'

red 222 ◦ green 38 ◦ blue 78

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

Shades of Amaranth #DE264E

Tints of Amaranth #DE264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 65.68%
G = 11.24%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE264E (or 0xDE264E) is known color: Amaranth. HEX triplet: DE, 26 and 4E. RGB value is (222,38,78). Sum of RGB (Red+Green+Blue) = 222+38+78=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE264E is #21D9B1. Grayscale: #616161. Windows color (decimal): -2218418 or 5121758. OLE color: 5121758.

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

Color convert

RGB 222 38 78 -
CMYK 0 0.83 0.65 0.13
HSL 346.96º 0.74% 0.51% -
HSV(B) 346.96º 0.83% 0.87% -
XYZ 32.19 17.47 8.88 -
YUV 97.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 222 38 78 0 0.83 0.65 0.13 346.96 0.74 0.51
Hex DE 26 4E 0 53 41 D 15B 4A 33
Octal 336 46 116 0 123 101 15 533 112 63
Binary 11011110 100110 1001110 0 1010011 1000001 1101 101011011 1001010 110011

Color Harmonies of #DE264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE264E

Black with #DE264E

Text Example


Text Example

White with #DE264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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