#DB384F

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

Shades of Amaranth #DB384F

Tints of Amaranth #DB384F

Color information

#DB384F (or 0xDB384F) is unknown color: approx Amaranth. HEX triplet: DB, 38 and 4F. RGB value is (219,56,79). Sum of RGB (Red+Green+Blue) = 219+56+79=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB384F is #24C7B0. Grayscale: #6B6B6B. Windows color (decimal): -2410417 or 5191899. OLE color: 5191899.

HSL color Cylindrical-coordinate representation of color #DB384F: hue angle of 351.53º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB384F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB2195679-
CMYK00.740.640.14
HSL351.53º69.36%53.92%-
HSV(B)351.53º74.43%85.88%-
XYZ32.0418.459.27-
YUV107.36112207.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.86%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 79 (31.25% from 255) = 22.32%
R=61.86%
G=15.82%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219567900.740.640.14351.5369.3653.92
HexDB384F04A40E1604536
Octal3337011701121001654010566
Binary11011011111000100111101001010100000011101011000001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB384F; }

 p { color: rgb(219,56,79); }

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

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

 a { background-color: rgb(219,56,79); }

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

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

 span { border-color: rgb(219,56,79); }

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