Html Css Color HEX #D93F4D Amaranth

📋 copy color: '#D93F4D'

red 217 ◦ green 63 ◦ blue 77

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

Shades of Amaranth #D93F4D

Tints of Amaranth #D93F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 60.78%
G = 17.65%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D93F4D (or 0xD93F4D) is known color: Amaranth. HEX triplet: D9, 3F and 4D. RGB value is (217,63,77). Sum of RGB (Red+Green+Blue) = 217+63+77=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F4D is #26C0B2. Grayscale: #6E6E6E. Windows color (decimal): -2539699 or 5062617. OLE color: 5062617.

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

Color convert

RGB 217 63 77 -
CMYK 0 0.71 0.65 0.15
HSL 354.55º 0.67% 0.55% -
HSV(B) 354.55º 0.71% 0.85% -
XYZ 31.73 18.84 8.99 -
YUV 110.64 109.02 203.86 -
System Red Green Blue C M Y K H S L
Decimal 217 63 77 0 0.71 0.65 0.15 354.55 0.67 0.55
Hex D9 3F 4D 0 47 41 F 163 43 37
Octal 331 77 115 0 107 101 17 543 103 67
Binary 11011001 111111 1001101 0 1000111 1000001 1111 101100011 1000011 110111

Color Harmonies of #D93F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F4D

Black with #D93F4D

Text Example


Text Example

White with #D93F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F4D; }

 p { color: rgb(217,63,77); }

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

background-color css

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

 a { background-color: rgb(217,63,77); }

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

border-color css

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

 span { border-color: rgb(217,63,77); }

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