Html Css Color HEX #DB214E Amaranth

📋 copy color: '#DB214E'

red 219 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #DB214E

Tints of Amaranth #DB214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

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

R = 66.36%
G = 10%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB214E (or 0xDB214E) is known color: Amaranth. HEX triplet: DB, 21 and 4E. RGB value is (219,33,78). Sum of RGB (Red+Green+Blue) = 219+33+78=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB214E is #24DEB1. Grayscale: #5D5D5D. Windows color (decimal): -2416306 or 5120475. OLE color: 5120475.

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

Color convert

RGB 219 33 78 -
CMYK 0 0.85 0.64 0.14
HSL 345.48º 0.74% 0.49% -
HSV(B) 345.48º 0.85% 0.86% -
XYZ 31.13 16.7 8.79 -
YUV 93.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 219 33 78 0 0.85 0.64 0.14 345.48 0.74 0.49
Hex DB 21 4E 0 55 40 E 159 4A 31
Octal 333 41 116 0 125 100 16 531 112 61
Binary 11011011 100001 1001110 0 1010101 1000000 1110 101011001 1001010 110001

Color Harmonies of #DB214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB214E

Black with #DB214E

Text Example


Text Example

White with #DB214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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