Html Css Color HEX #DE2D52 Amaranth

📋 copy color: '#DE2D52'

red 222 ◦ green 45 ◦ blue 82

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

Shades of Amaranth #DE2D52

Tints of Amaranth #DE2D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.5%

R = 63.61%
G = 12.89%
B = 23.5%

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

#DE2D52 (or 0xDE2D52) is known color: Amaranth. HEX triplet: DE, 2D and 52. RGB value is (222,45,82). Sum of RGB (Red+Green+Blue) = 222+45+82=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D52 is #21D2AD. Grayscale: #666666. Windows color (decimal): -2216622 or 5385694. OLE color: 5385694.

HSL color Cylindrical-coordinate representation of color #DE2D52: hue angle of 347.46º 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 #DE2D52 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 82 -
CMYK 0 0.80 0.63 0.13
HSL 347.46º 0.73% 0.52% -
HSV(B) 347.46º 0.8% 0.87% -
XYZ 32.59 18.02 9.74 -
YUV 102.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 222 45 82 0 0.80 0.63 0.13 347.46 0.73 0.52
Hex DE 2D 52 0 50 3F D 15B 49 34
Octal 336 55 122 0 120 77 15 533 111 64
Binary 11011110 101101 1010010 0 1010000 111111 1101 101011011 1001001 110100

Color Harmonies of #DE2D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D52

Black with #DE2D52

Text Example


Text Example

White with #DE2D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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