Html Css Color HEX #DE3150 Amaranth

📋 copy color: '#DE3150'

red 222 ◦ green 49 ◦ blue 80

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

Shades of Amaranth #DE3150

Tints of Amaranth #DE3150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 63.25%
G = 13.96%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE3150 (or 0xDE3150) is known color: Amaranth. HEX triplet: DE, 31 and 50. RGB value is (222,49,80). Sum of RGB (Red+Green+Blue) = 222+49+80=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3150 is #21CEAF. Grayscale: #686868. Windows color (decimal): -2215600 or 5255646. OLE color: 5255646.

HSL color Cylindrical-coordinate representation of color #DE3150: hue angle of 349.25º degrees, saturation: 0.72, 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 #DE3150 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 80 -
CMYK 0 0.78 0.64 0.13
HSL 349.25º 0.72% 0.53% -
HSV(B) 349.25º 0.78% 0.87% -
XYZ 32.67 18.31 9.4 -
YUV 104.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 222 49 80 0 0.78 0.64 0.13 349.25 0.72 0.53
Hex DE 31 50 0 4E 40 D 15D 48 35
Octal 336 61 120 0 116 100 15 535 110 65
Binary 11011110 110001 1010000 0 1001110 1000000 1101 101011101 1001000 110101

Color Harmonies of #DE3150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3150

Black with #DE3150

Text Example


Text Example

White with #DE3150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3150; }

 p { color: rgb(222,49,80); }

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

background-color css

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

 a { background-color: rgb(222,49,80); }

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

border-color css

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

 span { border-color: rgb(222,49,80); }

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