Html Css Color HEX #DB284E Amaranth

📋 copy color: '#DB284E'

red 219 ◦ green 40 ◦ blue 78

#DB284E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DB284E

Tints of Amaranth #DB284E

RGB

 RED value IS 219 (85.94% from 255) = 64.99%

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 64.99%
G = 11.87%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB284E (or 0xDB284E) is known color: Amaranth. HEX triplet: DB, 28 and 4E. RGB value is (219,40,78). Sum of RGB (Red+Green+Blue) = 219+40+78=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB284E is #24D7B1. Grayscale: #616161. Windows color (decimal): -2414514 or 5122267. OLE color: 5122267.

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

Color convert

RGB 219 40 78 -
CMYK 0 0.82 0.64 0.14
HSL 347.26º 0.71% 0.51% -
HSV(B) 347.26º 0.82% 0.86% -
XYZ 31.35 17.13 8.86 -
YUV 97.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 219 40 78 0 0.82 0.64 0.14 347.26 0.71 0.51
Hex DB 28 4E 0 52 40 E 15B 47 33
Octal 333 50 116 0 122 100 16 533 107 63
Binary 11011011 101000 1001110 0 1010010 1000000 1110 101011011 1000111 110011

Color Harmonies of #DB284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB284E

Black with #DB284E

Text Example


Text Example

White with #DB284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB284E; }

 p { color: rgb(219,40,78); }

 H1.HeaderClassName
 {
   color: #DB284E;
 }
 .AnyTagClassName
 {
   color: #DB284E;
 }
</style>

background-color css

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

 a { background-color: rgb(219,40,78); }

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

border-color css

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

 span { border-color: rgb(219,40,78); }

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