Html Css Color HEX #DC3780 Deep Cerise

📋 copy color: '#DC3780'

red 220 ◦ green 55 ◦ blue 128

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

Shades of Deep Cerise #DC3780

Tints of Deep Cerise #DC3780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.65%

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

R = 54.59%
G = 13.65%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC3780 (or 0xDC3780) is known color: Deep Cerise. HEX triplet: DC, 37 and 80. RGB value is (220,55,128). Sum of RGB (Red+Green+Blue) = 220+55+128=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3780 is #23C87F. Grayscale: #707070. Windows color (decimal): -2345088 or 8402908. OLE color: 8402908.

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

Color convert

RGB 220 55 128 -
CMYK 0 0.75 0.42 0.14
HSL 333.45º 0.7% 0.54% -
HSV(B) 333.45º 0.75% 0.86% -
XYZ 34.78 19.51 22.35 -
YUV 112.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 220 55 128 0 0.75 0.42 0.14 333.45 0.7 0.54
Hex DC 37 80 0 4B 2A E 14D 46 36
Octal 334 67 200 0 113 52 16 515 106 66
Binary 11011100 110111 10000000 0 1001011 101010 1110 101001101 1000110 110110

Color Harmonies of #DC3780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3780

Black with #DC3780

Text Example


Text Example

White with #DC3780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3780; }

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

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

background-color css

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

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

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

border-color css

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

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

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