#D62150

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

Shades of Amaranth #D62150

Tints of Amaranth #D62150

Color information

#D62150 (or 0xD62150) is unknown color: approx Amaranth. HEX triplet: D6, 21 and 50. RGB value is (214,33,80). Sum of RGB (Red+Green+Blue) = 214+33+80=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D62150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62150 is #29DEAF. Grayscale: #5C5C5C. Windows color (decimal): -2743984 or 5251542. OLE color: 5251542.

HSL color Cylindrical-coordinate representation of color #D62150: hue angle of 344.42º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62150 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB2143380-
CMYK00.850.630.16
HSL344.42º73.28%48.43%-
HSV(B)344.42º84.58%83.92%-
XYZ29.7215.969.1-
YUV92.48120.97214.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.44%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=65.44%
G=10.09%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214338000.850.630.16344.4273.2848.43
HexD621500553F101584930
Octal326411200125772053011160
Binary11010110100001101000001010101111111100001010110001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62150; }

 p { color: rgb(214,33,80); }

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

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

 a { background-color: rgb(214,33,80); }

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

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

 span { border-color: rgb(214,33,80); }

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