Html Css Color HEX #DE2754 Amaranth

📋 copy color: '#DE2754'

red 222 ◦ green 39 ◦ blue 84

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

Shades of Amaranth #DE2754

Tints of Amaranth #DE2754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.3%

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 64.35%
G = 11.3%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE2754 (or 0xDE2754) is known color: Amaranth. HEX triplet: DE, 27 and 54. RGB value is (222,39,84). Sum of RGB (Red+Green+Blue) = 222+39+84=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2754 is #21D8AB. Grayscale: #626262. Windows color (decimal): -2218156 or 5515230. OLE color: 5515230.

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

Color convert

RGB 222 39 84 -
CMYK 0 0.82 0.62 0.13
HSL 345.25º 0.73% 0.51% -
HSV(B) 345.25º 0.82% 0.87% -
XYZ 32.45 17.62 10.08 -
YUV 98.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 222 39 84 0 0.82 0.62 0.13 345.25 0.73 0.51
Hex DE 27 54 0 52 3E D 159 49 33
Octal 336 47 124 0 122 76 15 531 111 63
Binary 11011110 100111 1010100 0 1010010 111110 1101 101011001 1001001 110011

Color Harmonies of #DE2754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2754

Black with #DE2754

Text Example


Text Example

White with #DE2754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2754; }

 p { color: rgb(222,39,84); }

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

background-color css

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

 a { background-color: rgb(222,39,84); }

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

border-color css

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

 span { border-color: rgb(222,39,84); }

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