#D63451

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

Shades of Amaranth #D63451

Tints of Amaranth #D63451

Color information

#D63451 (or 0xD63451) is unknown color: approx Amaranth. HEX triplet: D6, 34 and 51. RGB value is (214,52,81). Sum of RGB (Red+Green+Blue) = 214+52+81=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63451 is #29CBAE. Grayscale: #676767. Windows color (decimal): -2739119 or 5321942. OLE color: 5321942.

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

Color convert

RGB2145281-
CMYK00.760.620.16
HSL349.26º66.39%52.16%-
HSV(B)349.26º75.7%83.92%-
XYZ30.4417.359.53-
YUV103.74115.17206.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.67%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=61.67%
G=14.99%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214528100.760.620.16349.2666.3952.16
HexD6345104C3E1015d4234
Octal326641210114762053510264
Binary11010110110100101000101001100111110100001010111011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63451; }

 p { color: rgb(214,52,81); }

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

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

 a { background-color: rgb(214,52,81); }

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

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

 span { border-color: rgb(214,52,81); }

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