#D63852

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

Shades of Amaranth #D63852

Tints of Amaranth #D63852

Color information

#D63852 (or 0xD63852) is unknown color: approx Amaranth. HEX triplet: D6, 38 and 52. RGB value is (214,56,82). Sum of RGB (Red+Green+Blue) = 214+56+82=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D63852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63852 is #29C7AD. Grayscale: #6A6A6A. Windows color (decimal): -2738094 or 5388502. OLE color: 5388502.

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

Color convert

RGB2145682-
CMYK00.740.620.16
HSL350.13º65.83%52.94%-
HSV(B)350.13º73.83%83.92%-
XYZ30.6717.739.79-
YUV106.21114.35204.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.80%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=60.80%
G=15.91%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214568200.740.620.16350.1365.8352.94
HexD6385204A3E1015e4235
Octal326701220112762053610265
Binary11010110111000101001001001010111110100001010111101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63852; }

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

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

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

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

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

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

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

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