Html Css Color HEX #D5294F Amaranth

📋 copy color: '#D5294F'

red 213 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #D5294F

Tints of Amaranth #D5294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

 BLUE value IS 79 (31.25% from 255) = 23.72%

R = 63.96%
G = 12.31%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5294F (or 0xD5294F) is known color: Amaranth. HEX triplet: D5, 29 and 4F. RGB value is (213,41,79). Sum of RGB (Red+Green+Blue) = 213+41+79=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D5294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5294F is #2AD6B0. Grayscale: #606060. Windows color (decimal): -2807473 or 5188053. OLE color: 5188053.

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

Color convert

RGB 213 41 79 -
CMYK 0 0.81 0.63 0.16
HSL 346.74º 0.68% 0.5% -
HSV(B) 346.74º 0.81% 0.84% -
XYZ 29.64 16.3 8.98 -
YUV 96.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 213 41 79 0 0.81 0.63 0.16 346.74 0.68 0.5
Hex D5 29 4F 0 51 3F 10 15B 44 32
Octal 325 51 117 0 121 77 20 533 104 62
Binary 11010101 101001 1001111 0 1010001 111111 10000 101011011 1000100 110010

Color Harmonies of #D5294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5294F

Black with #D5294F

Text Example


Text Example

White with #D5294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5294F; }

 p { color: rgb(213,41,79); }

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

background-color css

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

 a { background-color: rgb(213,41,79); }

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

border-color css

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

 span { border-color: rgb(213,41,79); }

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