Html Css Color HEX #D93D4E Amaranth

📋 copy color: '#D93D4E'

red 217 ◦ green 61 ◦ blue 78

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

Shades of Amaranth #D93D4E

Tints of Amaranth #D93D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

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

R = 60.96%
G = 17.13%
B = 21.91%

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

#D93D4E (or 0xD93D4E) is known color: Amaranth. HEX triplet: D9, 3D and 4E. RGB value is (217,61,78). Sum of RGB (Red+Green+Blue) = 217+61+78=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D4E is #26C2B1. Grayscale: #6D6D6D. Windows color (decimal): -2540210 or 5127641. OLE color: 5127641.

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

Color convert

RGB 217 61 78 -
CMYK 0 0.72 0.64 0.15
HSL 353.46º 0.67% 0.55% -
HSV(B) 353.46º 0.72% 0.85% -
XYZ 31.66 18.64 9.14 -
YUV 109.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 217 61 78 0 0.72 0.64 0.15 353.46 0.67 0.55
Hex D9 3D 4E 0 48 40 F 161 43 37
Octal 331 75 116 0 110 100 17 541 103 67
Binary 11011001 111101 1001110 0 1001000 1000000 1111 101100001 1000011 110111

Color Harmonies of #D93D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D4E

Black with #D93D4E

Text Example


Text Example

White with #D93D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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