#D5384F

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

Shades of Amaranth #D5384F

Tints of Amaranth #D5384F

Color information

#D5384F (or 0xD5384F) is unknown color: approx Amaranth. HEX triplet: D5, 38 and 4F. RGB value is (213,56,79). Sum of RGB (Red+Green+Blue) = 213+56+79=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D5384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5384F is #2AC7B0. Grayscale: #696969. Windows color (decimal): -2803633 or 5191893. OLE color: 5191893.

HSL color Cylindrical-coordinate representation of color #D5384F: hue angle of 351.21º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5384F is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB2135679-
CMYK00.740.630.16
HSL351.21º65.15%52.75%-
HSV(B)351.21º73.71%83.53%-
XYZ30.2717.549.19-
YUV105.56113.01204.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.21%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=61.21%
G=16.09%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213567900.740.630.16351.2165.1552.75
HexD5384F04A3F1015f4135
Octal325701170112772053710165
Binary11010101111000100111101001010111111100001010111111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5384F; }

 p { color: rgb(213,56,79); }

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

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

 a { background-color: rgb(213,56,79); }

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

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

 span { border-color: rgb(213,56,79); }

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