Html Css Color HEX #DE334D Amaranth

📋 copy color: '#DE334D'

red 222 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #DE334D

Tints of Amaranth #DE334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.57%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 63.43%
G = 14.57%
B = 22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE334D (or 0xDE334D) is known color: Amaranth. HEX triplet: DE, 33 and 4D. RGB value is (222,51,77). Sum of RGB (Red+Green+Blue) = 222+51+77=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE334D is #21CCB2. Grayscale: #696969. Windows color (decimal): -2215091 or 5059550. OLE color: 5059550.

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

Color convert

RGB 222 51 77 -
CMYK 0 0.77 0.65 0.13
HSL 350.88º 0.72% 0.54% -
HSV(B) 350.88º 0.77% 0.87% -
XYZ 32.65 18.43 8.86 -
YUV 105.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 222 51 77 0 0.77 0.65 0.13 350.88 0.72 0.54
Hex DE 33 4D 0 4D 41 D 15F 48 36
Octal 336 63 115 0 115 101 15 537 110 66
Binary 11011110 110011 1001101 0 1001101 1000001 1101 101011111 1001000 110110

Color Harmonies of #DE334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE334D

Black with #DE334D

Text Example


Text Example

White with #DE334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE334D; }

 p { color: rgb(222,51,77); }

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

background-color css

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

 a { background-color: rgb(222,51,77); }

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

border-color css

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

 span { border-color: rgb(222,51,77); }

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