#D63550

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

Shades of Amaranth #D63550

Tints of Amaranth #D63550

Color information

#D63550 (or 0xD63550) is unknown color: approx Amaranth. HEX triplet: D6, 35 and 50. RGB value is (214,53,80). Sum of RGB (Red+Green+Blue) = 214+53+80=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63550 is #29CAAF. Grayscale: #686868. Windows color (decimal): -2738864 or 5256662. OLE color: 5256662.

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

Color convert

RGB2145380-
CMYK00.750.630.16
HSL349.94º66.26%52.35%-
HSV(B)349.94º75.23%83.92%-
XYZ30.4517.429.35-
YUV104.22114.34206.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.67%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=61.67%
G=15.27%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214538000.750.630.16349.9466.2652.35
HexD6355004B3F1015e4234
Octal326651200113772053610264
Binary11010110110101101000001001011111111100001010111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63550; }

 p { color: rgb(214,53,80); }

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

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

 a { background-color: rgb(214,53,80); }

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

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

 span { border-color: rgb(214,53,80); }

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