Html Css Color HEX #D9304E Amaranth

📋 copy color: '#D9304E'

red 217 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #D9304E

Tints of Amaranth #D9304E

RGB

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

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

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

R = 63.27%
G = 13.99%
B = 22.74%

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

#D9304E (or 0xD9304E) is known color: Amaranth. HEX triplet: D9, 30 and 4E. RGB value is (217,48,78). Sum of RGB (Red+Green+Blue) = 217+48+78=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9304E is #26CFB1. Grayscale: #656565. Windows color (decimal): -2543538 or 5124313. OLE color: 5124313.

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

Color convert

RGB 217 48 78 -
CMYK 0 0.78 0.64 0.15
HSL 349.35º 0.69% 0.52% -
HSV(B) 349.35º 0.78% 0.85% -
XYZ 31.05 17.42 8.93 -
YUV 101.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 217 48 78 0 0.78 0.64 0.15 349.35 0.69 0.52
Hex D9 30 4E 0 4E 40 F 15D 45 34
Octal 331 60 116 0 116 100 17 535 105 64
Binary 11011001 110000 1001110 0 1001110 1000000 1111 101011101 1000101 110100

Color Harmonies of #D9304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9304E

Black with #D9304E

Text Example


Text Example

White with #D9304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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