Html Css Color HEX #D9204B Amaranth

📋 copy color: '#D9204B'

red 217 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #D9204B

Tints of Amaranth #D9204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.88%

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 66.98%
G = 9.88%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9204B (or 0xD9204B) is known color: Amaranth. HEX triplet: D9, 20 and 4B. RGB value is (217,32,75). Sum of RGB (Red+Green+Blue) = 217+32+75=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D9204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9204B is #26DFB4. Grayscale: #5C5C5C. Windows color (decimal): -2547637 or 4923609. OLE color: 4923609.

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

Color convert

RGB 217 32 75 -
CMYK 0 0.85 0.65 0.15
HSL 346.05º 0.74% 0.49% -
HSV(B) 346.05º 0.85% 0.85% -
XYZ 30.4 16.29 8.2 -
YUV 92.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 217 32 75 0 0.85 0.65 0.15 346.05 0.74 0.49
Hex D9 20 4B 0 55 41 F 15A 4A 31
Octal 331 40 113 0 125 101 17 532 112 61
Binary 11011001 100000 1001011 0 1010101 1000001 1111 101011010 1001010 110001

Color Harmonies of #D9204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9204B

Black with #D9204B

Text Example


Text Example

White with #D9204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9204B; }

 p { color: rgb(217,32,75); }

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

background-color css

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

 a { background-color: rgb(217,32,75); }

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

border-color css

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

 span { border-color: rgb(217,32,75); }

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