#D63352

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

Shades of Amaranth #D63352

Tints of Amaranth #D63352

Color information

#D63352 (or 0xD63352) is unknown color: approx Amaranth. HEX triplet: D6, 33 and 52. RGB value is (214,51,82). Sum of RGB (Red+Green+Blue) = 214+51+82=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63352 is #29CCAD. Grayscale: #676767. Windows color (decimal): -2739374 or 5387222. OLE color: 5387222.

HSL color Cylindrical-coordinate representation of color #D63352: hue angle of 348.59º degrees, saturation: 0.67, 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 #D63352 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2145182-
CMYK00.760.620.16
HSL348.59º66.53%51.96%-
HSV(B)348.59º76.17%83.92%-
XYZ30.4417.279.71-
YUV103.27116206.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.67%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=61.67%
G=14.70%
B=23.63%

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
Decimal214518200.760.620.16348.5966.5351.96
HexD6335204C3E1015d4334
Octal326631220114762053510364
Binary11010110110011101001001001100111110100001010111011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63352; }

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

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

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

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

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

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

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

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