Html Css Color HEX #DC3680 Deep Cerise

📋 copy color: '#DC3680'

red 220 ◦ green 54 ◦ blue 128

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

Shades of Deep Cerise #DC3680

Tints of Deep Cerise #DC3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.43%

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

R = 54.73%
G = 13.43%
B = 31.84%

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

#DC3680 (or 0xDC3680) is known color: Deep Cerise. HEX triplet: DC, 36 and 80. RGB value is (220,54,128). Sum of RGB (Red+Green+Blue) = 220+54+128=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3680 is #23C97F. Grayscale: #6F6F6F. Windows color (decimal): -2345344 or 8402652. OLE color: 8402652.

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

Color convert

RGB 220 54 128 -
CMYK 0 0.75 0.42 0.14
HSL 333.25º 0.7% 0.54% -
HSV(B) 333.25º 0.75% 0.86% -
XYZ 34.73 19.41 22.34 -
YUV 112.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 220 54 128 0 0.75 0.42 0.14 333.25 0.7 0.54
Hex DC 36 80 0 4B 2A E 14D 46 36
Octal 334 66 200 0 113 52 16 515 106 66
Binary 11011100 110110 10000000 0 1001011 101010 1110 101001101 1000110 110110

Color Harmonies of #DC3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3680

Black with #DC3680

Text Example


Text Example

White with #DC3680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3680; }

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

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

background-color css

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

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

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

border-color css

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

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

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