#D63D52

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

Shades of Amaranth #D63D52

Tints of Amaranth #D63D52

Color information

#D63D52 (or 0xD63D52) is unknown color: approx Amaranth. HEX triplet: D6, 3D and 52. RGB value is (214,61,82). Sum of RGB (Red+Green+Blue) = 214+61+82=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D52 is #29C2AD. Grayscale: #6D6D6D. Windows color (decimal): -2736814 or 5389782. OLE color: 5389782.

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

Color convert

RGB2146182-
CMYK00.710.620.16
HSL351.76º65.11%53.92%-
HSV(B)351.76º71.5%83.92%-
XYZ30.9218.249.87-
YUV109.14112.69202.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.94%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=59.94%
G=17.09%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214618200.710.620.16351.7665.1153.92
HexD63D520473E101604136
Octal326751220107762054010166
Binary11010110111101101001001000111111110100001011000001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D52; }

 p { color: rgb(214,61,82); }

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

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

 a { background-color: rgb(214,61,82); }

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

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

 span { border-color: rgb(214,61,82); }

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