#D63652

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

Shades of Amaranth #D63652

Tints of Amaranth #D63652

Color information

#D63652 (or 0xD63652) is unknown color: approx Amaranth. HEX triplet: D6, 36 and 52. RGB value is (214,54,82). Sum of RGB (Red+Green+Blue) = 214+54+82=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63652 is #29C9AD. Grayscale: #696969. Windows color (decimal): -2738606 or 5387990. OLE color: 5387990.

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

Color convert

RGB2145482-
CMYK00.750.620.16
HSL349.5º66.12%52.55%-
HSV(B)349.5º74.77%83.92%-
XYZ30.5717.549.76-
YUV105.03115.01205.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.14%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=61.14%
G=15.43%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214548200.750.620.16349.566.1252.55
HexD6365204B3E1015e4235
Octal326661220113762053610265
Binary11010110110110101001001001011111110100001010111101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63652; }

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

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

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

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

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

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

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

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