Html Css Color HEX #DC3580 Deep Cerise

📋 copy color: '#DC3580'

red 220 ◦ green 53 ◦ blue 128

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

Shades of Deep Cerise #DC3580

Tints of Deep Cerise #DC3580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 54.86%
G = 13.22%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC3580 (or 0xDC3580) is known color: Deep Cerise. HEX triplet: DC, 35 and 80. RGB value is (220,53,128). Sum of RGB (Red+Green+Blue) = 220+53+128=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3580 is #23CA7F. Grayscale: #6F6F6F. Windows color (decimal): -2345600 or 8402396. OLE color: 8402396.

HSL color Cylindrical-coordinate representation of color #DC3580: hue angle of 333.05º 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 #DC3580 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 128 -
CMYK 0 0.76 0.42 0.14
HSL 333.05º 0.7% 0.54% -
HSV(B) 333.05º 0.76% 0.86% -
XYZ 34.68 19.32 22.32 -
YUV 111.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 220 53 128 0 0.76 0.42 0.14 333.05 0.7 0.54
Hex DC 35 80 0 4C 2A E 14D 46 36
Octal 334 65 200 0 114 52 16 515 106 66
Binary 11011100 110101 10000000 0 1001100 101010 1110 101001101 1000110 110110

Color Harmonies of #DC3580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3580

Black with #DC3580

Text Example


Text Example

White with #DC3580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3580; }

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

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

background-color css

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

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

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

border-color css

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

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

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