Html Css Color HEX #DC3D50 Amaranth

📋 copy color: '#DC3D50'

red 220 ◦ green 61 ◦ blue 80

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

Shades of Amaranth #DC3D50

Tints of Amaranth #DC3D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.9%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 60.94%
G = 16.9%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC3D50 (or 0xDC3D50) is known color: Amaranth. HEX triplet: DC, 3D and 50. RGB value is (220,61,80). Sum of RGB (Red+Green+Blue) = 220+61+80=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D50 is #23C2AF. Grayscale: #6E6E6E. Windows color (decimal): -2343600 or 5258716. OLE color: 5258716.

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

Color convert

RGB 220 61 80 -
CMYK 0 0.72 0.64 0.14
HSL 352.83º 0.69% 0.55% -
HSV(B) 352.83º 0.72% 0.86% -
XYZ 32.63 19.13 9.56 -
YUV 110.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 220 61 80 0 0.72 0.64 0.14 352.83 0.69 0.55
Hex DC 3D 50 0 48 40 E 161 45 37
Octal 334 75 120 0 110 100 16 541 105 67
Binary 11011100 111101 1010000 0 1001000 1000000 1110 101100001 1000101 110111

Color Harmonies of #DC3D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D50

Black with #DC3D50

Text Example


Text Example

White with #DC3D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D50; }

 p { color: rgb(220,61,80); }

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

background-color css

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

 a { background-color: rgb(220,61,80); }

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

border-color css

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

 span { border-color: rgb(220,61,80); }

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