Html Css Color HEX #DC214E Amaranth

📋 copy color: '#DC214E'

red 220 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #DC214E

Tints of Amaranth #DC214E

RGB

 RED value IS 220 (86.33% from 255) = 66.47%

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

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

R = 66.47%
G = 9.97%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC214E (or 0xDC214E) is known color: Amaranth. HEX triplet: DC, 21 and 4E. RGB value is (220,33,78). Sum of RGB (Red+Green+Blue) = 220+33+78=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC214E is #23DEB1. Grayscale: #5E5E5E. Windows color (decimal): -2350770 or 5120476. OLE color: 5120476.

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

Color convert

RGB 220 33 78 -
CMYK 0 0.85 0.65 0.14
HSL 345.56º 0.74% 0.5% -
HSV(B) 345.56º 0.85% 0.86% -
XYZ 31.43 16.85 8.8 -
YUV 94.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 220 33 78 0 0.85 0.65 0.14 345.56 0.74 0.5
Hex DC 21 4E 0 55 41 E 15A 4A 32
Octal 334 41 116 0 125 101 16 532 112 62
Binary 11011100 100001 1001110 0 1010101 1000001 1110 101011010 1001010 110010

Color Harmonies of #DC214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC214E

Black with #DC214E

Text Example


Text Example

White with #DC214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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