Html Css Color HEX #D93F4A Amaranth

📋 copy color: '#D93F4A'

red 217 ◦ green 63 ◦ blue 74

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

Shades of Amaranth #D93F4A

Tints of Amaranth #D93F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 61.3%
G = 17.8%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D93F4A (or 0xD93F4A) is known color: Amaranth. HEX triplet: D9, 3F and 4A. RGB value is (217,63,74). Sum of RGB (Red+Green+Blue) = 217+63+74=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F4A is #26C0B5. Grayscale: #6E6E6E. Windows color (decimal): -2539702 or 4866009. OLE color: 4866009.

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

Color convert

RGB 217 63 74 -
CMYK 0 0.71 0.66 0.15
HSL 355.71º 0.67% 0.55% -
HSV(B) 355.71º 0.71% 0.85% -
XYZ 31.63 18.8 8.44 -
YUV 110.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 217 63 74 0 0.71 0.66 0.15 355.71 0.67 0.55
Hex D9 3F 4A 0 47 42 F 164 43 37
Octal 331 77 112 0 107 102 17 544 103 67
Binary 11011001 111111 1001010 0 1000111 1000010 1111 101100100 1000011 110111

Color Harmonies of #D93F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F4A

Black with #D93F4A

Text Example


Text Example

White with #D93F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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