Html Css Color HEX #D9304F Amaranth

📋 copy color: '#D9304F'

red 217 ◦ green 48 ◦ blue 79

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

Shades of Amaranth #D9304F

Tints of Amaranth #D9304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 63.08%
G = 13.95%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9304F (or 0xD9304F) is known color: Amaranth. HEX triplet: D9, 30 and 4F. RGB value is (217,48,79). Sum of RGB (Red+Green+Blue) = 217+48+79=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9304F is #26CFB0. Grayscale: #666666. Windows color (decimal): -2543537 or 5189849. OLE color: 5189849.

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

Color convert

RGB 217 48 79 -
CMYK 0 0.78 0.64 0.15
HSL 348.99º 0.69% 0.52% -
HSV(B) 348.99º 0.78% 0.85% -
XYZ 31.08 17.43 9.12 -
YUV 102.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 217 48 79 0 0.78 0.64 0.15 348.99 0.69 0.52
Hex D9 30 4F 0 4E 40 F 15D 45 34
Octal 331 60 117 0 116 100 17 535 105 64
Binary 11011001 110000 1001111 0 1001110 1000000 1111 101011101 1000101 110100

Color Harmonies of #D9304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9304F

Black with #D9304F

Text Example


Text Example

White with #D9304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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