#D9334B

Color #D9334B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D9334B

Tints of Amaranth #D9334B

Color information

#D9334B (or 0xD9334B) is unknown color: approx Amaranth. HEX triplet: D9, 33 and 4B. RGB value is (217,51,75). Sum of RGB (Red+Green+Blue) = 217+51+75=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9334B is #26CCB4. Grayscale: #676767. Windows color (decimal): -2542773 or 4928473. OLE color: 4928473.

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

Color convert

RGB2175175-
CMYK00.760.650.15
HSL351.33º68.6%52.55%-
HSV(B)351.33º76.5%85.1%-
XYZ31.0717.638.42-
YUV103.37112209.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.27%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=63.27%
G=14.87%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217517500.760.650.15351.3368.652.55
HexD9334B04C41F15f4535
Octal3316311301141011753710565
Binary11011001110011100101101001100100000111111010111111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9334B; }

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

 H1.HeaderClassName
 {
   color: #D9334B;
 }
 .AnyTagClassName
 {
   color: #D9334B;
 }
</style>
background-color css

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

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

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

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

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

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