Html Css Color HEX #DE2D53 Amaranth

📋 copy color: '#DE2D53'

red 222 ◦ green 45 ◦ blue 83

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

Shades of Amaranth #DE2D53

Tints of Amaranth #DE2D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.86%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 63.43%
G = 12.86%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE2D53 (or 0xDE2D53) is known color: Amaranth. HEX triplet: DE, 2D and 53. RGB value is (222,45,83). Sum of RGB (Red+Green+Blue) = 222+45+83=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D53 is #21D2AC. Grayscale: #666666. Windows color (decimal): -2216621 or 5451230. OLE color: 5451230.

HSL color Cylindrical-coordinate representation of color #DE2D53: hue angle of 347.12º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D53 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 83 -
CMYK 0 0.80 0.63 0.13
HSL 347.12º 0.73% 0.52% -
HSV(B) 347.12º 0.8% 0.87% -
XYZ 32.62 18.03 9.94 -
YUV 102.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 222 45 83 0 0.80 0.63 0.13 347.12 0.73 0.52
Hex DE 2D 53 0 50 3F D 15B 49 34
Octal 336 55 123 0 120 77 15 533 111 64
Binary 11011110 101101 1010011 0 1010000 111111 1101 101011011 1001001 110100

Color Harmonies of #DE2D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D53

Black with #DE2D53

Text Example


Text Example

White with #DE2D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D53; }

 p { color: rgb(222,45,83); }

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

background-color css

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

 a { background-color: rgb(222,45,83); }

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

border-color css

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

 span { border-color: rgb(222,45,83); }

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