Html Css Color HEX #DB214F Amaranth

📋 copy color: '#DB214F'

red 219 ◦ green 33 ◦ blue 79

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

Shades of Amaranth #DB214F

Tints of Amaranth #DB214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 66.16%
G = 9.97%
B = 23.87%

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

#DB214F (or 0xDB214F) is known color: Amaranth. HEX triplet: DB, 21 and 4F. RGB value is (219,33,79). Sum of RGB (Red+Green+Blue) = 219+33+79=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB214F is #24DEB0. Grayscale: #5D5D5D. Windows color (decimal): -2416305 or 5186011. OLE color: 5186011.

HSL color Cylindrical-coordinate representation of color #DB214F: hue angle of 345.16º 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 #DB214F is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 79 -
CMYK 0 0.85 0.64 0.14
HSL 345.16º 0.74% 0.49% -
HSV(B) 345.16º 0.85% 0.86% -
XYZ 31.17 16.71 8.98 -
YUV 93.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 219 33 79 0 0.85 0.64 0.14 345.16 0.74 0.49
Hex DB 21 4F 0 55 40 E 159 4A 31
Octal 333 41 117 0 125 100 16 531 112 61
Binary 11011011 100001 1001111 0 1010101 1000000 1110 101011001 1001010 110001

Color Harmonies of #DB214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB214F

Black with #DB214F

Text Example


Text Example

White with #DB214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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