Html Css Color HEX #DE2B4D Amaranth

📋 copy color: '#DE2B4D'

red 222 ◦ green 43 ◦ blue 77

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

Shades of Amaranth #DE2B4D

Tints of Amaranth #DE2B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.57%

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

R = 64.91%
G = 12.57%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE2B4D (or 0xDE2B4D) is known color: Amaranth. HEX triplet: DE, 2B and 4D. RGB value is (222,43,77). Sum of RGB (Red+Green+Blue) = 222+43+77=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2B4D is #21D4B2. Grayscale: #646464. Windows color (decimal): -2217139 or 5057502. OLE color: 5057502.

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

Color convert

RGB 222 43 77 -
CMYK 0 0.81 0.65 0.13
HSL 348.6º 0.73% 0.52% -
HSV(B) 348.6º 0.81% 0.87% -
XYZ 32.33 17.79 8.75 -
YUV 100.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 222 43 77 0 0.81 0.65 0.13 348.6 0.73 0.52
Hex DE 2B 4D 0 51 41 D 15D 49 34
Octal 336 53 115 0 121 101 15 535 111 64
Binary 11011110 101011 1001101 0 1010001 1000001 1101 101011101 1001001 110100

Color Harmonies of #DE2B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2B4D

Black with #DE2B4D

Text Example


Text Example

White with #DE2B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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