Html Css Color HEX #D52A4E Amaranth

📋 copy color: '#D52A4E'

red 213 ◦ green 42 ◦ blue 78

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

Shades of Amaranth #D52A4E

Tints of Amaranth #D52A4E

RGB

 RED value IS 213 (83.59% from 255) = 63.96%

 GREEN value IS 42 (16.8% from 255) = 12.61%

 BLUE value IS 78 (30.86% from 255) = 23.42%

R = 63.96%
G = 12.61%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D52A4E (or 0xD52A4E) is known color: Amaranth. HEX triplet: D5, 2A and 4E. RGB value is (213,42,78). Sum of RGB (Red+Green+Blue) = 213+42+78=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52A4E is #2AD5B1. Grayscale: #616161. Windows color (decimal): -2807218 or 5122773. OLE color: 5122773.

HSL color Cylindrical-coordinate representation of color #D52A4E: hue angle of 347.37º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52A4E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 42 78 -
CMYK 0 0.80 0.63 0.16
HSL 347.37º 0.67% 0.5% -
HSV(B) 347.37º 0.8% 0.84% -
XYZ 29.64 16.35 8.8 -
YUV 97.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 213 42 78 0 0.80 0.63 0.16 347.37 0.67 0.5
Hex D5 2A 4E 0 50 3F 10 15B 43 32
Octal 325 52 116 0 120 77 20 533 103 62
Binary 11010101 101010 1001110 0 1010000 111111 10000 101011011 1000011 110010

Color Harmonies of #D52A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A4E

Black with #D52A4E

Text Example


Text Example

White with #D52A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A4E; }

 p { color: rgb(213,42,78); }

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

background-color css

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

 a { background-color: rgb(213,42,78); }

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

border-color css

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

 span { border-color: rgb(213,42,78); }

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