Html Css Color HEX #DE304E Amaranth

📋 copy color: '#DE304E'

red 222 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #DE304E

Tints of Amaranth #DE304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

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

R = 63.79%
G = 13.79%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE304E (or 0xDE304E) is known color: Amaranth. HEX triplet: DE, 30 and 4E. RGB value is (222,48,78). Sum of RGB (Red+Green+Blue) = 222+48+78=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE304E is #21CFB1. Grayscale: #676767. Windows color (decimal): -2215858 or 5124318. OLE color: 5124318.

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

Color convert

RGB 222 48 78 -
CMYK 0 0.78 0.65 0.13
HSL 349.66º 0.73% 0.53% -
HSV(B) 349.66º 0.78% 0.87% -
XYZ 32.56 18.19 9 -
YUV 103.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 222 48 78 0 0.78 0.65 0.13 349.66 0.73 0.53
Hex DE 30 4E 0 4E 41 D 15E 48 35
Octal 336 60 116 0 116 101 15 536 110 65
Binary 11011110 110000 1001110 0 1001110 1000001 1101 101011110 1001000 110101

Color Harmonies of #DE304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE304E

Black with #DE304E

Text Example


Text Example

White with #DE304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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