Html Css Color HEX #DC3573 Cerise

📋 copy color: '#DC3573'

red 220 ◦ green 53 ◦ blue 115

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

Shades of Cerise #DC3573

Tints of Cerise #DC3573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.66%

 BLUE value IS 115 (45.31% from 255) = 29.64%

R = 56.7%
G = 13.66%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC3573 (or 0xDC3573) is known color: Cerise. HEX triplet: DC, 35 and 73. RGB value is (220,53,115). Sum of RGB (Red+Green+Blue) = 220+53+115=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 53 (21.09% from 255 or 13.66% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3573 is #23CA8C. Grayscale: #6D6D6D. Windows color (decimal): -2345613 or 7550428. OLE color: 7550428.

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

Color convert

RGB 220 53 115 -
CMYK 0 0.76 0.48 0.14
HSL 337.72º 0.7% 0.54% -
HSV(B) 337.72º 0.76% 0.86% -
XYZ 33.88 19 18.1 -
YUV 110 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 220 53 115 0 0.76 0.48 0.14 337.72 0.7 0.54
Hex DC 35 73 0 4C 30 E 152 46 36
Octal 334 65 163 0 114 60 16 522 106 66
Binary 11011100 110101 1110011 0 1001100 110000 1110 101010010 1000110 110110

Color Harmonies of #DC3573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3573

Black with #DC3573

Text Example


Text Example

White with #DC3573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3573; }

 p { color: rgb(220,53,115); }

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

background-color css

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

 a { background-color: rgb(220,53,115); }

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

border-color css

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

 span { border-color: rgb(220,53,115); }

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