Html Css Color HEX #D93C4E Amaranth

📋 copy color: '#D93C4E'

red 217 ◦ green 60 ◦ blue 78

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

Shades of Amaranth #D93C4E

Tints of Amaranth #D93C4E

RGB

 RED value IS 217 (85.16% from 255) = 61.13%

 GREEN value IS 60 (23.83% from 255) = 16.9%

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

R = 61.13%
G = 16.9%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D93C4E (or 0xD93C4E) is known color: Amaranth. HEX triplet: D9, 3C and 4E. RGB value is (217,60,78). Sum of RGB (Red+Green+Blue) = 217+60+78=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C4E is #26C3B1. Grayscale: #6D6D6D. Windows color (decimal): -2540466 or 5127385. OLE color: 5127385.

HSL color Cylindrical-coordinate representation of color #D93C4E: hue angle of 353.12º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93C4E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 60 78 -
CMYK 0 0.72 0.64 0.15
HSL 353.12º 0.67% 0.54% -
HSV(B) 353.12º 0.72% 0.85% -
XYZ 31.61 18.53 9.12 -
YUV 109 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 217 60 78 0 0.72 0.64 0.15 353.12 0.67 0.54
Hex D9 3C 4E 0 48 40 F 161 43 36
Octal 331 74 116 0 110 100 17 541 103 66
Binary 11011001 111100 1001110 0 1001000 1000000 1111 101100001 1000011 110110

Color Harmonies of #D93C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C4E

Black with #D93C4E

Text Example


Text Example

White with #D93C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C4E; }

 p { color: rgb(217,60,78); }

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

background-color css

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

 a { background-color: rgb(217,60,78); }

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

border-color css

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

 span { border-color: rgb(217,60,78); }

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