#D63B4E

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

Shades of Amaranth #D63B4E

Tints of Amaranth #D63B4E

Color information

#D63B4E (or 0xD63B4E) is unknown color: approx Amaranth. HEX triplet: D6, 3B and 4E. RGB value is (214,59,78). Sum of RGB (Red+Green+Blue) = 214+59+78=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63B4E is #29C4B1. Grayscale: #6B6B6B. Windows color (decimal): -2737330 or 5127126. OLE color: 5127126.

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

Color convert

RGB2145978-
CMYK00.720.640.16
HSL352.65º65.4%53.53%-
HSV(B)352.65º72.43%83.92%-
XYZ30.6717.979.06-
YUV107.51111.35203.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.97%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=60.97%
G=16.81%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214597800.720.640.16352.6565.453.53
HexD63B4E04840101614136
Octal3267311601101002054110166
Binary110101101110111001110010010001000000100001011000011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63B4E; }

 p { color: rgb(214,59,78); }

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

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

 a { background-color: rgb(214,59,78); }

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

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

 span { border-color: rgb(214,59,78); }

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