Html Css Color HEX #DC1B4E Amaranth

📋 copy color: '#DC1B4E'

red 220 ◦ green 27 ◦ blue 78

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

Shades of Amaranth #DC1B4E

Tints of Amaranth #DC1B4E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

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

R = 67.69%
G = 8.31%
B = 24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC1B4E (or 0xDC1B4E) is known color: Amaranth. HEX triplet: DC, 1B and 4E. RGB value is (220,27,78). Sum of RGB (Red+Green+Blue) = 220+27+78=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B4E is #23E4B1. Grayscale: #5A5A5A. Windows color (decimal): -2352306 or 5118940. OLE color: 5118940.

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

Color convert

RGB 220 27 78 -
CMYK 0 0.88 0.65 0.14
HSL 344.15º 0.78% 0.48% -
HSV(B) 344.15º 0.88% 0.86% -
XYZ 31.28 16.55 8.75 -
YUV 90.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 220 27 78 0 0.88 0.65 0.14 344.15 0.78 0.48
Hex DC 1B 4E 0 58 41 E 158 4E 30
Octal 334 33 116 0 130 101 16 530 116 60
Binary 11011100 11011 1001110 0 1011000 1000001 1110 101011000 1001110 110000

Color Harmonies of #DC1B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B4E

Black with #DC1B4E

Text Example


Text Example

White with #DC1B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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