Html Css Color HEX #DE384E Amaranth

📋 copy color: '#DE384E'

red 222 ◦ green 56 ◦ blue 78

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

Shades of Amaranth #DE384E

Tints of Amaranth #DE384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

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

R = 62.36%
G = 15.73%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE384E (or 0xDE384E) is known color: Amaranth. HEX triplet: DE, 38 and 4E. RGB value is (222,56,78). Sum of RGB (Red+Green+Blue) = 222+56+78=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE384E is #21C7B1. Grayscale: #6C6C6C. Windows color (decimal): -2213810 or 5126366. OLE color: 5126366.

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

Color convert

RGB 222 56 78 -
CMYK 0 0.75 0.65 0.13
HSL 352.05º 0.72% 0.55% -
HSV(B) 352.05º 0.75% 0.87% -
XYZ 32.91 18.91 9.12 -
YUV 108.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 222 56 78 0 0.75 0.65 0.13 352.05 0.72 0.55
Hex DE 38 4E 0 4B 41 D 160 48 37
Octal 336 70 116 0 113 101 15 540 110 67
Binary 11011110 111000 1001110 0 1001011 1000001 1101 101100000 1001000 110111

Color Harmonies of #DE384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE384E

Black with #DE384E

Text Example


Text Example

White with #DE384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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