#D83F4B

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

Shades of Amaranth #D83F4B

Tints of Amaranth #D83F4B

Color information

#D83F4B (or 0xD83F4B) is unknown color: approx Amaranth. HEX triplet: D8, 3F and 4B. RGB value is (216,63,75). Sum of RGB (Red+Green+Blue) = 216+63+75=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F4B is #27C0B4. Grayscale: #6E6E6E. Windows color (decimal): -2605237 or 4931544. OLE color: 4931544.

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

Color convert

RGB2166375-
CMYK00.710.650.15
HSL355.29º66.23%54.71%-
HSV(B)355.29º70.83%84.71%-
XYZ31.3718.668.61-
YUV110.12108.19203.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.02%
GREEN value IS 63 (25% from 255) = 17.80%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=61.02%
G=17.80%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216637500.710.650.15355.2966.2354.71
HexD83F4B04741F1634237
Octal3307711301071011754310267
Binary11011000111111100101101000111100000111111011000111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83F4B; }

 p { color: rgb(216,63,75); }

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

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

 a { background-color: rgb(216,63,75); }

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

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

 span { border-color: rgb(216,63,75); }

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