Html Css Color HEX #DC2D4F Amaranth

📋 copy color: '#DC2D4F'

red 220 ◦ green 45 ◦ blue 79

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

Shades of Amaranth #DC2D4F

Tints of Amaranth #DC2D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.08%

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

R = 63.95%
G = 13.08%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC2D4F (or 0xDC2D4F) is known color: Amaranth. HEX triplet: DC, 2D and 4F. RGB value is (220,45,79). Sum of RGB (Red+Green+Blue) = 220+45+79=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D4F is #23D2B0. Grayscale: #656565. Windows color (decimal): -2347697 or 5189084. OLE color: 5189084.

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

Color convert

RGB 220 45 79 -
CMYK 0 0.80 0.64 0.14
HSL 348.34º 0.71% 0.52% -
HSV(B) 348.34º 0.8% 0.86% -
XYZ 31.86 17.66 9.13 -
YUV 101.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 220 45 79 0 0.80 0.64 0.14 348.34 0.71 0.52
Hex DC 2D 4F 0 50 40 E 15C 47 34
Octal 334 55 117 0 120 100 16 534 107 64
Binary 11011100 101101 1001111 0 1010000 1000000 1110 101011100 1000111 110100

Color Harmonies of #DC2D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D4F

Black with #DC2D4F

Text Example


Text Example

White with #DC2D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D4F; }

 p { color: rgb(220,45,79); }

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

background-color css

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

 a { background-color: rgb(220,45,79); }

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

border-color css

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

 span { border-color: rgb(220,45,79); }

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