Html Css Color HEX #D42D4E Amaranth

📋 copy color: '#D42D4E'

red 212 ◦ green 45 ◦ blue 78

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

Shades of Amaranth #D42D4E

Tints of Amaranth #D42D4E

RGB

 RED value IS 212 (83.2% from 255) = 63.28%

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

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

R = 63.28%
G = 13.43%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D42D4E (or 0xD42D4E) is known color: Amaranth. HEX triplet: D4, 2D and 4E. RGB value is (212,45,78). Sum of RGB (Red+Green+Blue) = 212+45+78=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D4E is #2BD2B1. Grayscale: #626262. Windows color (decimal): -2871986 or 5123540. OLE color: 5123540.

HSL color Cylindrical-coordinate representation of color #D42D4E: hue angle of 348.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D4E is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 45 78 -
CMYK 0 0.79 0.63 0.17
HSL 348.14º 0.66% 0.5% -
HSV(B) 348.14º 0.79% 0.83% -
XYZ 29.46 16.42 8.82 -
YUV 98.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 212 45 78 0 0.79 0.63 0.17 348.14 0.66 0.5
Hex D4 2D 4E 0 4F 3F 11 15C 42 32
Octal 324 55 116 0 117 77 21 534 102 62
Binary 11010100 101101 1001110 0 1001111 111111 10001 101011100 1000010 110010

Color Harmonies of #D42D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D4E

Black with #D42D4E

Text Example


Text Example

White with #D42D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D4E; }

 p { color: rgb(212,45,78); }

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

background-color css

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

 a { background-color: rgb(212,45,78); }

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

border-color css

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

 span { border-color: rgb(212,45,78); }

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