Html Css Color HEX #DC2358 Amaranth

📋 copy color: '#DC2358'

red 220 ◦ green 35 ◦ blue 88

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

Shades of Amaranth #DC2358

Tints of Amaranth #DC2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

 BLUE value IS 88 (34.77% from 255) = 25.66%

R = 64.14%
G = 10.2%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC2358 (or 0xDC2358) is known color: Amaranth. HEX triplet: DC, 23 and 58. RGB value is (220,35,88). Sum of RGB (Red+Green+Blue) = 220+35+88=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2358 is #23DCA7. Grayscale: #606060. Windows color (decimal): -2350248 or 5776348. OLE color: 5776348.

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

Color convert

RGB 220 35 88 -
CMYK 0 0.84 0.6 0.14
HSL 342.81º 0.73% 0.5% -
HSV(B) 342.81º 0.84% 0.86% -
XYZ 31.88 17.12 10.86 -
YUV 96.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 220 35 88 0 0.84 0.6 0.14 342.81 0.73 0.5
Hex DC 23 58 0 54 3C E 157 49 32
Octal 334 43 130 0 124 74 16 527 111 62
Binary 11011100 100011 1011000 0 1010100 111100 1110 101010111 1001001 110010

Color Harmonies of #DC2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2358

Black with #DC2358

Text Example


Text Example

White with #DC2358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2358; }

 p { color: rgb(220,35,88); }

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

background-color css

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

 a { background-color: rgb(220,35,88); }

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

border-color css

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

 span { border-color: rgb(220,35,88); }

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