Html Css Color HEX #D93D4F Amaranth

📋 copy color: '#D93D4F'

red 217 ◦ green 61 ◦ blue 79

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

Shades of Amaranth #D93D4F

Tints of Amaranth #D93D4F

RGB

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

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

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

R = 60.78%
G = 17.09%
B = 22.13%

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

#D93D4F (or 0xD93D4F) is known color: Amaranth. HEX triplet: D9, 3D and 4F. RGB value is (217,61,79). Sum of RGB (Red+Green+Blue) = 217+61+79=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93D4F is #26C2B0. Grayscale: #6D6D6D. Windows color (decimal): -2540209 or 5193177. OLE color: 5193177.

HSL color Cylindrical-coordinate representation of color #D93D4F: hue angle of 353.08º 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 #D93D4F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 61 79 -
CMYK 0 0.72 0.64 0.15
HSL 353.08º 0.67% 0.55% -
HSV(B) 353.08º 0.72% 0.85% -
XYZ 31.7 18.65 9.33 -
YUV 109.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 217 61 79 0 0.72 0.64 0.15 353.08 0.67 0.55
Hex D9 3D 4F 0 48 40 F 161 43 37
Octal 331 75 117 0 110 100 17 541 103 67
Binary 11011001 111101 1001111 0 1001000 1000000 1111 101100001 1000011 110111

Color Harmonies of #D93D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D4F

Black with #D93D4F

Text Example


Text Example

White with #D93D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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